Html Css Color HEX #AC9057 Teak

📋 copy color: '#AC9057'

red 172 ◦ green 144 ◦ blue 87

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

Shades of Teak #AC9057

Tints of Teak #AC9057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 42.68%
G = 35.73%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9057 (or 0xAC9057) is known color: Teak. HEX triplet: AC, 90 and 57. RGB value is (172,144,87). Sum of RGB (Red+Green+Blue) = 172+144+87=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9057 is #536FA8. Grayscale: #929292. Windows color (decimal): -5468073 or 5738668. OLE color: 5738668.

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

Color convert

RGB 172 144 87 -
CMYK 0 0.16 0.49 0.33
HSL 40.24º 0.34% 0.51% -
HSV(B) 40.24º 0.49% 0.67% -
XYZ 28.71 29.41 13.18 -
YUV 145.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 172 144 87 0 0.16 0.49 0.33 40.24 0.34 0.51
Hex AC 90 57 0 10 31 21 28 22 33
Octal 254 220 127 0 20 61 41 50 42 63
Binary 10101100 10010000 1010111 0 10000 110001 100001 101000 100010 110011

Color Harmonies of #AC9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9057

Black with #AC9057

Text Example


Text Example

White with #AC9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9057; }

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

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

background-color css

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

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

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

border-color css

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

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

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