Html Css Color HEX #AB8761 Medium Wood

📋 copy color: '#AB8761'

red 171 ◦ green 135 ◦ blue 97

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

Shades of Medium Wood #AB8761

Tints of Medium Wood #AB8761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 42.43%
G = 33.5%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB8761 (or 0xAB8761) is known color: Medium Wood. HEX triplet: AB, 87 and 61. RGB value is (171,135,97). Sum of RGB (Red+Green+Blue) = 171+135+97=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8761 is #54789E. Grayscale: #8D8D8D. Windows color (decimal): -5535903 or 6391723. OLE color: 6391723.

HSL color Cylindrical-coordinate representation of color #AB8761: hue angle of 30.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8761 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 97 -
CMYK 0 0.21 0.43 0.33
HSL 30.81º 0.31% 0.53% -
HSV(B) 30.81º 0.43% 0.67% -
XYZ 27.62 26.85 15.04 -
YUV 141.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 171 135 97 0 0.21 0.43 0.33 30.81 0.31 0.53
Hex AB 87 61 0 15 2B 21 1F 1F 35
Octal 253 207 141 0 25 53 41 37 37 65
Binary 10101011 10000111 1100001 0 10101 101011 100001 11111 11111 110101

Color Harmonies of #AB8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8761

Black with #AB8761

Text Example


Text Example

White with #AB8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8761; }

 p { color: rgb(171,135,97); }

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

background-color css

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

 a { background-color: rgb(171,135,97); }

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

border-color css

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

 span { border-color: rgb(171,135,97); }

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