Html Css Color HEX #AC9055 Teak

📋 copy color: '#AC9055'

red 172 ◦ green 144 ◦ blue 85

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

Shades of Teak #AC9055

Tints of Teak #AC9055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 42.89%
G = 35.91%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9055 (or 0xAC9055) is known color: Teak. HEX triplet: AC, 90 and 55. RGB value is (172,144,85). Sum of RGB (Red+Green+Blue) = 172+144+85=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9055 is #536FAA. Grayscale: #919191. Windows color (decimal): -5468075 or 5607596. OLE color: 5607596.

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

Color convert

RGB 172 144 85 -
CMYK 0 0.16 0.51 0.33
HSL 40.69º 0.34% 0.5% -
HSV(B) 40.69º 0.51% 0.67% -
XYZ 28.63 29.37 12.76 -
YUV 145.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 172 144 85 0 0.16 0.51 0.33 40.69 0.34 0.5
Hex AC 90 55 0 10 33 21 29 22 32
Octal 254 220 125 0 20 63 41 51 42 62
Binary 10101100 10010000 1010101 0 10000 110011 100001 101001 100010 110010

Color Harmonies of #AC9055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9055

Black with #AC9055

Text Example


Text Example

White with #AC9055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9055; }

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

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

background-color css

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

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

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

border-color css

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

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

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