Html Css Color HEX #A08A52 Teak

📋 copy color: '#A08A52'

red 160 ◦ green 138 ◦ blue 82

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

Shades of Teak #A08A52

Tints of Teak #A08A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 42.11%
G = 36.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08A52 (or 0xA08A52) is known color: Teak. HEX triplet: A0, 8A and 52. RGB value is (160,138,82). Sum of RGB (Red+Green+Blue) = 160+138+82=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A52 is #5F75AD. Grayscale: #8A8A8A. Windows color (decimal): -6256046 or 5409440. OLE color: 5409440.

HSL color Cylindrical-coordinate representation of color #A08A52: hue angle of 43.08º 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 #A08A52 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 82 -
CMYK 0 0.14 0.49 0.37
HSL 43.08º 0.32% 0.47% -
HSV(B) 43.08º 0.49% 0.63% -
XYZ 25.11 26.26 11.73 -
YUV 138.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 160 138 82 0 0.14 0.49 0.37 43.08 0.32 0.47
Hex A0 8A 52 0 E 31 25 2B 20 2F
Octal 240 212 122 0 16 61 45 53 40 57
Binary 10100000 10001010 1010010 0 1110 110001 100101 101011 100000 101111

Color Harmonies of #A08A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A52

Black with #A08A52

Text Example


Text Example

White with #A08A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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