Html Css Color HEX #AC8B5A Teak

📋 copy color: '#AC8B5A'

red 172 ◦ green 139 ◦ blue 90

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

Shades of Teak #AC8B5A

Tints of Teak #AC8B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 42.89%
G = 34.66%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC8B5A (or 0xAC8B5A) is known color: Teak. HEX triplet: AC, 8B and 5A. RGB value is (172,139,90). Sum of RGB (Red+Green+Blue) = 172+139+90=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B5A is #5374A5. Grayscale: #8F8F8F. Windows color (decimal): -5469350 or 5933996. OLE color: 5933996.

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

Color convert

RGB 172 139 90 -
CMYK 0 0.19 0.48 0.33
HSL 35.85º 0.33% 0.51% -
HSV(B) 35.85º 0.48% 0.67% -
XYZ 28.09 27.97 13.59 -
YUV 143.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 172 139 90 0 0.19 0.48 0.33 35.85 0.33 0.51
Hex AC 8B 5A 0 13 30 21 24 21 33
Octal 254 213 132 0 23 60 41 44 41 63
Binary 10101100 10001011 1011010 0 10011 110000 100001 100100 100001 110011

Color Harmonies of #AC8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B5A

Black with #AC8B5A

Text Example


Text Example

White with #AC8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B5A; }

 p { color: rgb(172,139,90); }

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

background-color css

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

 a { background-color: rgb(172,139,90); }

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

border-color css

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

 span { border-color: rgb(172,139,90); }

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