Html Css Color HEX #AC6E2C Reno Sand

📋 copy color: '#AC6E2C'

red 172 ◦ green 110 ◦ blue 44

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

Shades of Reno Sand #AC6E2C

Tints of Reno Sand #AC6E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 52.76%
G = 33.74%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC6E2C (or 0xAC6E2C) is known color: Reno Sand. HEX triplet: AC, 6E and 2C. RGB value is (172,110,44). Sum of RGB (Red+Green+Blue) = 172+110+44=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E2C is #5391D3. Grayscale: #797979. Windows color (decimal): -5476820 or 2911916. OLE color: 2911916.

HSL color Cylindrical-coordinate representation of color #AC6E2C: hue angle of 30.94º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC6E2C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 44 -
CMYK 0 0.36 0.74 0.33
HSL 30.94º 0.59% 0.42% -
HSV(B) 30.94º 0.74% 0.67% -
XYZ 23.04 20.1 5.05 -
YUV 121.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 172 110 44 0 0.36 0.74 0.33 30.94 0.59 0.42
Hex AC 6E 2C 0 24 4A 21 1F 3B 2A
Octal 254 156 54 0 44 112 41 37 73 52
Binary 10101100 1101110 101100 0 100100 1001010 100001 11111 111011 101010

Color Harmonies of #AC6E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E2C

Black with #AC6E2C

Text Example


Text Example

White with #AC6E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E2C; }

 p { color: rgb(172,110,44); }

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

background-color css

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

 a { background-color: rgb(172,110,44); }

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

border-color css

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

 span { border-color: rgb(172,110,44); }

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