Html Css Color HEX #A08B52 Teak

📋 copy color: '#A08B52'

red 160 ◦ green 139 ◦ blue 82

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

Shades of Teak #A08B52

Tints of Teak #A08B52

RGB

 RED value IS 160 (62.89% from 255) = 41.99%

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 41.99%
G = 36.48%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08B52 (or 0xA08B52) is known color: Teak. HEX triplet: A0, 8B and 52. RGB value is (160,139,82). Sum of RGB (Red+Green+Blue) = 160+139+82=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B52 is #5F74AD. Grayscale: #8B8B8B. Windows color (decimal): -6255790 or 5409696. OLE color: 5409696.

HSL color Cylindrical-coordinate representation of color #A08B52: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A08B52 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 82 -
CMYK 0 0.13 0.49 0.37
HSL 43.85º 0.32% 0.47% -
HSV(B) 43.85º 0.49% 0.63% -
XYZ 25.25 26.55 11.78 -
YUV 138.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 160 139 82 0 0.13 0.49 0.37 43.85 0.32 0.47
Hex A0 8B 52 0 D 31 25 2C 20 2F
Octal 240 213 122 0 15 61 45 54 40 57
Binary 10100000 10001011 1010010 0 1101 110001 100101 101100 100000 101111

Color Harmonies of #A08B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B52

Black with #A08B52

Text Example


Text Example

White with #A08B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B52; }

 p { color: rgb(160,139,82); }

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

background-color css

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

 a { background-color: rgb(160,139,82); }

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

border-color css

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

 span { border-color: rgb(160,139,82); }

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