Html Css Color HEX #AC9253 Teak

📋 copy color: '#AC9253'

red 172 ◦ green 146 ◦ blue 83

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

Shades of Teak #AC9253

Tints of Teak #AC9253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 42.89%
G = 36.41%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9253 (or 0xAC9253) is known color: Teak. HEX triplet: AC, 92 and 53. RGB value is (172,146,83). Sum of RGB (Red+Green+Blue) = 172+146+83=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9253 is #536DAC. Grayscale: #929292. Windows color (decimal): -5467565 or 5477036. OLE color: 5477036.

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

Color convert

RGB 172 146 83 -
CMYK 0 0.15 0.52 0.33
HSL 42.47º 0.35% 0.5% -
HSV(B) 42.47º 0.52% 0.67% -
XYZ 28.85 29.95 12.44 -
YUV 146.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 172 146 83 0 0.15 0.52 0.33 42.47 0.35 0.5
Hex AC 92 53 0 F 34 21 2A 23 32
Octal 254 222 123 0 17 64 41 52 43 62
Binary 10101100 10010010 1010011 0 1111 110100 100001 101010 100011 110010

Color Harmonies of #AC9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9253

Black with #AC9253

Text Example


Text Example

White with #AC9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9253; }

 p { color: rgb(172,146,83); }

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

background-color css

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

 a { background-color: rgb(172,146,83); }

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

border-color css

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

 span { border-color: rgb(172,146,83); }

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