Html Css Color HEX #AC6B34 Reno Sand

📋 copy color: '#AC6B34'

red 172 ◦ green 107 ◦ blue 52

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

Shades of Reno Sand #AC6B34

Tints of Reno Sand #AC6B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 51.96%
G = 32.33%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC6B34 (or 0xAC6B34) is known color: Reno Sand. HEX triplet: AC, 6B and 34. RGB value is (172,107,52). Sum of RGB (Red+Green+Blue) = 172+107+52=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B34 is #5394CB. Grayscale: #787878. Windows color (decimal): -5477580 or 3435436. OLE color: 3435436.

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

Color convert

RGB 172 107 52 -
CMYK 0 0.38 0.70 0.33
HSL 27.5º 0.54% 0.44% -
HSV(B) 27.5º 0.7% 0.67% -
XYZ 22.89 19.53 5.81 -
YUV 120.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 172 107 52 0 0.38 0.70 0.33 27.5 0.54 0.44
Hex AC 6B 34 0 26 46 21 1C 36 2C
Octal 254 153 64 0 46 106 41 34 66 54
Binary 10101100 1101011 110100 0 100110 1000110 100001 11100 110110 101100

Color Harmonies of #AC6B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B34

Black with #AC6B34

Text Example


Text Example

White with #AC6B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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