Html Css Color HEX #AC9058 Teak

📋 copy color: '#AC9058'

red 172 ◦ green 144 ◦ blue 88

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

Shades of Teak #AC9058

Tints of Teak #AC9058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 42.57%
G = 35.64%
B = 21.78%

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

#AC9058 (or 0xAC9058) is known color: Teak. HEX triplet: AC, 90 and 58. RGB value is (172,144,88). Sum of RGB (Red+Green+Blue) = 172+144+88=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9058 is #536FA7. Grayscale: #929292. Windows color (decimal): -5468072 or 5804204. OLE color: 5804204.

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

Color convert

RGB 172 144 88 -
CMYK 0 0.16 0.49 0.33
HSL 40º 0.34% 0.51% -
HSV(B) 40º 0.49% 0.67% -
XYZ 28.75 29.42 13.4 -
YUV 145.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 172 144 88 0 0.16 0.49 0.33 40 0.34 0.51
Hex AC 90 58 0 10 31 21 28 22 33
Octal 254 220 130 0 20 61 41 50 42 63
Binary 10101100 10010000 1011000 0 10000 110001 100001 101000 100010 110011

Color Harmonies of #AC9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9058

Black with #AC9058

Text Example


Text Example

White with #AC9058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9058; }

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

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

background-color css

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

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

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

border-color css

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

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

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