Html Css Color HEX #AC9059 Teak

📋 copy color: '#AC9059'

red 172 ◦ green 144 ◦ blue 89

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

Shades of Teak #AC9059

Tints of Teak #AC9059

RGB

 RED value IS 172 (67.58% from 255) = 42.47%

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 42.47%
G = 35.56%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9059 (or 0xAC9059) is known color: Teak. HEX triplet: AC, 90 and 59. RGB value is (172,144,89). Sum of RGB (Red+Green+Blue) = 172+144+89=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9059 is #536FA6. Grayscale: #929292. Windows color (decimal): -5468071 or 5869740. OLE color: 5869740.

HSL color Cylindrical-coordinate representation of color #AC9059: hue angle of 39.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC9059 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 89 -
CMYK 0 0.16 0.48 0.33
HSL 39.76º 0.33% 0.51% -
HSV(B) 39.76º 0.48% 0.67% -
XYZ 28.79 29.44 13.62 -
YUV 146.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 172 144 89 0 0.16 0.48 0.33 39.76 0.33 0.51
Hex AC 90 59 0 10 30 21 28 21 33
Octal 254 220 131 0 20 60 41 50 41 63
Binary 10101100 10010000 1011001 0 10000 110000 100001 101000 100001 110011

Color Harmonies of #AC9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9059

Black with #AC9059

Text Example


Text Example

White with #AC9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9059; }

 p { color: rgb(172,144,89); }

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

background-color css

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

 a { background-color: rgb(172,144,89); }

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

border-color css

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

 span { border-color: rgb(172,144,89); }

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