Html Css Color HEX #AB8D52 Teak

📋 copy color: '#AB8D52'

red 171 ◦ green 141 ◦ blue 82

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

Shades of Teak #AB8D52

Tints of Teak #AB8D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 43.4%
G = 35.79%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB8D52 (or 0xAB8D52) is known color: Teak. HEX triplet: AB, 8D and 52. RGB value is (171,141,82). Sum of RGB (Red+Green+Blue) = 171+141+82=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D52 is #5472AD. Grayscale: #8F8F8F. Windows color (decimal): -5534382 or 5410219. OLE color: 5410219.

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

Color convert

RGB 171 141 82 -
CMYK 0 0.18 0.52 0.33
HSL 39.78º 0.35% 0.5% -
HSV(B) 39.78º 0.52% 0.67% -
XYZ 27.84 28.32 11.98 -
YUV 143.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 171 141 82 0 0.18 0.52 0.33 39.78 0.35 0.5
Hex AB 8D 52 0 12 34 21 28 23 32
Octal 253 215 122 0 22 64 41 50 43 62
Binary 10101011 10001101 1010010 0 10010 110100 100001 101000 100011 110010

Color Harmonies of #AB8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D52

Black with #AB8D52

Text Example


Text Example

White with #AB8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D52; }

 p { color: rgb(171,141,82); }

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

background-color css

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

 a { background-color: rgb(171,141,82); }

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

border-color css

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

 span { border-color: rgb(171,141,82); }

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