Html Css Color HEX #AC6B31 Reno Sand

📋 copy color: '#AC6B31'

red 172 ◦ green 107 ◦ blue 49

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

Shades of Reno Sand #AC6B31

Tints of Reno Sand #AC6B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 52.44%
G = 32.62%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC6B31 (or 0xAC6B31) is known color: Reno Sand. HEX triplet: AC, 6B and 31. RGB value is (172,107,49). Sum of RGB (Red+Green+Blue) = 172+107+49=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B31 is #5394CE. Grayscale: #787878. Windows color (decimal): -5477583 or 3238828. OLE color: 3238828.

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

Color convert

RGB 172 107 49 -
CMYK 0 0.38 0.72 0.33
HSL 28.29º 0.56% 0.43% -
HSV(B) 28.29º 0.72% 0.67% -
XYZ 22.83 19.51 5.47 -
YUV 119.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 172 107 49 0 0.38 0.72 0.33 28.29 0.56 0.43
Hex AC 6B 31 0 26 48 21 1C 38 2B
Octal 254 153 61 0 46 110 41 34 70 53
Binary 10101100 1101011 110001 0 100110 1001000 100001 11100 111000 101011

Color Harmonies of #AC6B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B31

Black with #AC6B31

Text Example


Text Example

White with #AC6B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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