Html Css Color HEX #AC6A2F Reno Sand

📋 copy color: '#AC6A2F'

red 172 ◦ green 106 ◦ blue 47

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

Shades of Reno Sand #AC6A2F

Tints of Reno Sand #AC6A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 52.92%
G = 32.62%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC6A2F (or 0xAC6A2F) is known color: Reno Sand. HEX triplet: AC, 6A and 2F. RGB value is (172,106,47). Sum of RGB (Red+Green+Blue) = 172+106+47=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A2F is #5395D0. Grayscale: #777777. Windows color (decimal): -5477841 or 3107500. OLE color: 3107500.

HSL color Cylindrical-coordinate representation of color #AC6A2F: hue angle of 28.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC6A2F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 47 -
CMYK 0 0.38 0.73 0.33
HSL 28.32º 0.57% 0.43% -
HSV(B) 28.32º 0.73% 0.67% -
XYZ 22.68 19.28 5.22 -
YUV 119.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 172 106 47 0 0.38 0.73 0.33 28.32 0.57 0.43
Hex AC 6A 2F 0 26 49 21 1C 39 2B
Octal 254 152 57 0 46 111 41 34 71 53
Binary 10101100 1101010 101111 0 100110 1001001 100001 11100 111001 101011

Color Harmonies of #AC6A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A2F

Black with #AC6A2F

Text Example


Text Example

White with #AC6A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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