Html Css Color HEX #A08E52 Teak

📋 copy color: '#A08E52'

red 160 ◦ green 142 ◦ blue 82

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

Shades of Teak #A08E52

Tints of Teak #A08E52

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 41.67%
G = 36.98%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08E52 (or 0xA08E52) is known color: Teak. HEX triplet: A0, 8E and 52. RGB value is (160,142,82). Sum of RGB (Red+Green+Blue) = 160+142+82=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E52 is #5F71AD. Grayscale: #8C8C8C. Windows color (decimal): -6255022 or 5410464. OLE color: 5410464.

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

Color convert

RGB 160 142 82 -
CMYK 0 0.11 0.49 0.37
HSL 46.15º 0.32% 0.47% -
HSV(B) 46.15º 0.49% 0.63% -
XYZ 25.69 27.43 11.92 -
YUV 140.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 160 142 82 0 0.11 0.49 0.37 46.15 0.32 0.47
Hex A0 8E 52 0 B 31 25 2E 20 2F
Octal 240 216 122 0 13 61 45 56 40 57
Binary 10100000 10001110 1010010 0 1011 110001 100101 101110 100000 101111

Color Harmonies of #A08E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E52

Black with #A08E52

Text Example


Text Example

White with #A08E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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