Html Css Color HEX #AC6B37 Reno Sand

📋 copy color: '#AC6B37'

red 172 ◦ green 107 ◦ blue 55

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

Shades of Reno Sand #AC6B37

Tints of Reno Sand #AC6B37

RGB

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

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

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

R = 51.5%
G = 32.04%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC6B37 (or 0xAC6B37) is known color: Reno Sand. HEX triplet: AC, 6B and 37. RGB value is (172,107,55). Sum of RGB (Red+Green+Blue) = 172+107+55=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B37 is #5394C8. Grayscale: #787878. Windows color (decimal): -5477577 or 3632044. OLE color: 3632044.

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

Color convert

RGB 172 107 55 -
CMYK 0 0.38 0.68 0.33
HSL 26.67º 0.52% 0.45% -
HSV(B) 26.67º 0.68% 0.67% -
XYZ 22.96 19.56 6.18 -
YUV 120.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 172 107 55 0 0.38 0.68 0.33 26.67 0.52 0.45
Hex AC 6B 37 0 26 44 21 1B 34 2D
Octal 254 153 67 0 46 104 41 33 64 55
Binary 10101100 1101011 110111 0 100110 1000100 100001 11011 110100 101101

Color Harmonies of #AC6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B37

Black with #AC6B37

Text Example


Text Example

White with #AC6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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