Html Css Color HEX #AC6F34 Reno Sand

📋 copy color: '#AC6F34'

red 172 ◦ green 111 ◦ blue 52

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

Shades of Reno Sand #AC6F34

Tints of Reno Sand #AC6F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 51.34%
G = 33.13%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC6F34 (or 0xAC6F34) is known color: Reno Sand. HEX triplet: AC, 6F and 34. RGB value is (172,111,52). Sum of RGB (Red+Green+Blue) = 172+111+52=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F34 is #5390CB. Grayscale: #7A7A7A. Windows color (decimal): -5476556 or 3436460. OLE color: 3436460.

HSL color Cylindrical-coordinate representation of color #AC6F34: hue angle of 29.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6F34 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 111 52 -
CMYK 0 0.35 0.70 0.33
HSL 29.5º 0.54% 0.44% -
HSV(B) 29.5º 0.7% 0.67% -
XYZ 23.32 20.39 5.96 -
YUV 122.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 172 111 52 0 0.35 0.70 0.33 29.5 0.54 0.44
Hex AC 6F 34 0 23 46 21 1E 36 2C
Octal 254 157 64 0 43 106 41 36 66 54
Binary 10101100 1101111 110100 0 100011 1000110 100001 11110 110110 101100

Color Harmonies of #AC6F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F34

Black with #AC6F34

Text Example


Text Example

White with #AC6F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F34; }

 p { color: rgb(172,111,52); }

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

background-color css

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

 a { background-color: rgb(172,111,52); }

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

border-color css

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

 span { border-color: rgb(172,111,52); }

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