Html Css Color HEX #AB7954 Medium Wood

📋 copy color: '#AB7954'

red 171 ◦ green 121 ◦ blue 84

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

Shades of Medium Wood #AB7954

Tints of Medium Wood #AB7954

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 45.48%
G = 32.18%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB7954 (or 0xAB7954) is known color: Medium Wood. HEX triplet: AB, 79 and 54. RGB value is (171,121,84). Sum of RGB (Red+Green+Blue) = 171+121+84=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7954 is #5486AB. Grayscale: #838383. Windows color (decimal): -5539500 or 5536171. OLE color: 5536171.

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

Color convert

RGB 171 121 84 -
CMYK 0 0.29 0.51 0.33
HSL 25.52º 0.34% 0.5% -
HSV(B) 25.52º 0.51% 0.67% -
XYZ 25.23 22.97 11.49 -
YUV 131.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 171 121 84 0 0.29 0.51 0.33 25.52 0.34 0.5
Hex AB 79 54 0 1D 33 21 1A 22 32
Octal 253 171 124 0 35 63 41 32 42 62
Binary 10101011 1111001 1010100 0 11101 110011 100001 11010 100010 110010

Color Harmonies of #AB7954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7954

Black with #AB7954

Text Example


Text Example

White with #AB7954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7954; }

 p { color: rgb(171,121,84); }

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

background-color css

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

 a { background-color: rgb(171,121,84); }

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

border-color css

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

 span { border-color: rgb(171,121,84); }

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