Html Css Color HEX #AC6A2C Reno Sand

📋 copy color: '#AC6A2C'

red 172 ◦ green 106 ◦ blue 44

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

Shades of Reno Sand #AC6A2C

Tints of Reno Sand #AC6A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

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

R = 53.42%
G = 32.92%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC6A2C (or 0xAC6A2C) is known color: Reno Sand. HEX triplet: AC, 6A and 2C. RGB value is (172,106,44). Sum of RGB (Red+Green+Blue) = 172+106+44=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A2C is #5395D3. Grayscale: #767676. Windows color (decimal): -5477844 or 2910892. OLE color: 2910892.

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

Color convert

RGB 172 106 44 -
CMYK 0 0.38 0.74 0.33
HSL 29.06º 0.59% 0.42% -
HSV(B) 29.06º 0.74% 0.67% -
XYZ 22.62 19.26 4.91 -
YUV 118.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 172 106 44 0 0.38 0.74 0.33 29.06 0.59 0.42
Hex AC 6A 2C 0 26 4A 21 1D 3B 2A
Octal 254 152 54 0 46 112 41 35 73 52
Binary 10101100 1101010 101100 0 100110 1001010 100001 11101 111011 101010

Color Harmonies of #AC6A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A2C

Black with #AC6A2C

Text Example


Text Example

White with #AC6A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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