Html Css Color HEX #AC6F37 Reno Sand

📋 copy color: '#AC6F37'

red 172 ◦ green 111 ◦ blue 55

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

Shades of Reno Sand #AC6F37

Tints of Reno Sand #AC6F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.27%

R = 50.89%
G = 32.84%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC6F37 (or 0xAC6F37) is known color: Reno Sand. HEX triplet: AC, 6F and 37. RGB value is (172,111,55). Sum of RGB (Red+Green+Blue) = 172+111+55=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F37 is #5390C8. Grayscale: #7B7B7B. Windows color (decimal): -5476553 or 3633068. OLE color: 3633068.

HSL color Cylindrical-coordinate representation of color #AC6F37: hue angle of 28.72º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC6F37 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 111 55 -
CMYK 0 0.35 0.68 0.33
HSL 28.72º 0.52% 0.45% -
HSV(B) 28.72º 0.68% 0.67% -
XYZ 23.39 20.42 6.32 -
YUV 122.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 172 111 55 0 0.35 0.68 0.33 28.72 0.52 0.45
Hex AC 6F 37 0 23 44 21 1D 34 2D
Octal 254 157 67 0 43 104 41 35 64 55
Binary 10101100 1101111 110111 0 100011 1000100 100001 11101 110100 101101

Color Harmonies of #AC6F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F37

Black with #AC6F37

Text Example


Text Example

White with #AC6F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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