Html Css Color HEX #AB7D57 Medium Wood

📋 copy color: '#AB7D57'

red 171 ◦ green 125 ◦ blue 87

#AB7D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #AB7D57

Tints of Medium Wood #AB7D57

RGB

 RED value IS 171 (67.19% from 255) = 44.65%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 87 (34.38% from 255) = 22.72%

R = 44.65%
G = 32.64%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB7D57 (or 0xAB7D57) is known color: Medium Wood. HEX triplet: AB, 7D and 57. RGB value is (171,125,87). Sum of RGB (Red+Green+Blue) = 171+125+87=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D57 is #5482A8. Grayscale: #868686. Windows color (decimal): -5538473 or 5733803. OLE color: 5733803.

HSL color Cylindrical-coordinate representation of color #AB7D57: hue angle of 27.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7D57 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 87 -
CMYK 0 0.27 0.49 0.33
HSL 27.14º 0.33% 0.51% -
HSV(B) 27.14º 0.49% 0.67% -
XYZ 25.85 24.01 12.29 -
YUV 134.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 171 125 87 0 0.27 0.49 0.33 27.14 0.33 0.51
Hex AB 7D 57 0 1B 31 21 1B 21 33
Octal 253 175 127 0 33 61 41 33 41 63
Binary 10101011 1111101 1010111 0 11011 110001 100001 11011 100001 110011

Color Harmonies of #AB7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D57

Black with #AB7D57

Text Example


Text Example

White with #AB7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D57; }

 p { color: rgb(171,125,87); }

 H1.HeaderClassName
 {
   color: #AB7D57;
 }
 .AnyTagClassName
 {
   color: #AB7D57;
 }
</style>

background-color css

<style>
 a { background-color: #AB7D57; }

 a { background-color: rgb(171,125,87); }

 div.DivClassName
 {
   background-color: #AB7D57;
 }
 .BgClassName
 {
   background-color: #AB7D57;
 }
</style>

border-color css

<style>
 span { border-color: #AB7D57; }

 span { border-color: rgb(171,125,87); }

 td.TdClassName
 {
   border-color: #AB7D57;
 }
 .TagClassName
 {
   border-color: #AB7D57;
 }
</style>