Html Css Color HEX #AC9050 Teak

📋 copy color: '#AC9050'

red 172 ◦ green 144 ◦ blue 80

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

Shades of Teak #AC9050

Tints of Teak #AC9050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 43.43%
G = 36.36%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9050 (or 0xAC9050) is known color: Teak. HEX triplet: AC, 90 and 50. RGB value is (172,144,80). Sum of RGB (Red+Green+Blue) = 172+144+80=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9050 is #536FAF. Grayscale: #919191. Windows color (decimal): -5468080 or 5279916. OLE color: 5279916.

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

Color convert

RGB 172 144 80 -
CMYK 0 0.16 0.53 0.33
HSL 41.74º 0.37% 0.49% -
HSV(B) 41.74º 0.53% 0.67% -
XYZ 28.43 29.3 11.75 -
YUV 145.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 172 144 80 0 0.16 0.53 0.33 41.74 0.37 0.49
Hex AC 90 50 0 10 35 21 2A 25 31
Octal 254 220 120 0 20 65 41 52 45 61
Binary 10101100 10010000 1010000 0 10000 110101 100001 101010 100101 110001

Color Harmonies of #AC9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9050

Black with #AC9050

Text Example


Text Example

White with #AC9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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