Html Css Color HEX #A08F52 Teak

📋 copy color: '#A08F52'

red 160 ◦ green 143 ◦ blue 82

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

Shades of Teak #A08F52

Tints of Teak #A08F52

RGB

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

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

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

R = 41.56%
G = 37.14%
B = 21.3%

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

#A08F52 (or 0xA08F52) is known color: Teak. HEX triplet: A0, 8F and 52. RGB value is (160,143,82). Sum of RGB (Red+Green+Blue) = 160+143+82=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F52 is #5F70AD. Grayscale: #8D8D8D. Windows color (decimal): -6254766 or 5410720. OLE color: 5410720.

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

Color convert

RGB 160 143 82 -
CMYK 0 0.11 0.49 0.37
HSL 46.92º 0.32% 0.47% -
HSV(B) 46.92º 0.49% 0.63% -
XYZ 25.84 27.73 11.97 -
YUV 141.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 160 143 82 0 0.11 0.49 0.37 46.92 0.32 0.47
Hex A0 8F 52 0 B 31 25 2F 20 2F
Octal 240 217 122 0 13 61 45 57 40 57
Binary 10100000 10001111 1010010 0 1011 110001 100101 101111 100000 101111

Color Harmonies of #A08F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F52

Black with #A08F52

Text Example


Text Example

White with #A08F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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