Html Css Color HEX #AB8F52 Teak

📋 copy color: '#AB8F52'

red 171 ◦ green 143 ◦ blue 82

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

Shades of Teak #AB8F52

Tints of Teak #AB8F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 43.18%
G = 36.11%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB8F52 (or 0xAB8F52) is known color: Teak. HEX triplet: AB, 8F and 52. RGB value is (171,143,82). Sum of RGB (Red+Green+Blue) = 171+143+82=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F52 is #5470AD. Grayscale: #909090. Windows color (decimal): -5533870 or 5410731. OLE color: 5410731.

HSL color Cylindrical-coordinate representation of color #AB8F52: hue angle of 41.12º 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 #AB8F52 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 82 -
CMYK 0 0.16 0.52 0.33
HSL 41.12º 0.35% 0.5% -
HSV(B) 41.12º 0.52% 0.67% -
XYZ 28.14 28.91 12.08 -
YUV 144.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 171 143 82 0 0.16 0.52 0.33 41.12 0.35 0.5
Hex AB 8F 52 0 10 34 21 29 23 32
Octal 253 217 122 0 20 64 41 51 43 62
Binary 10101011 10001111 1010010 0 10000 110100 100001 101001 100011 110010

Color Harmonies of #AB8F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F52

Black with #AB8F52

Text Example


Text Example

White with #AB8F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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