Html Css Color HEX #AC6936 Reno Sand

📋 copy color: '#AC6936'

red 172 ◦ green 105 ◦ blue 54

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

Shades of Reno Sand #AC6936

Tints of Reno Sand #AC6936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 51.96%
G = 31.72%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC6936 (or 0xAC6936) is known color: Reno Sand. HEX triplet: AC, 69 and 36. RGB value is (172,105,54). Sum of RGB (Red+Green+Blue) = 172+105+54=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6936 is #5396C9. Grayscale: #777777. Windows color (decimal): -5478090 or 3565996. OLE color: 3565996.

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

Color convert

RGB 172 105 54 -
CMYK 0 0.39 0.69 0.33
HSL 25.93º 0.52% 0.44% -
HSV(B) 25.93º 0.69% 0.67% -
XYZ 22.73 19.14 5.99 -
YUV 119.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 172 105 54 0 0.39 0.69 0.33 25.93 0.52 0.44
Hex AC 69 36 0 27 45 21 1A 34 2C
Octal 254 151 66 0 47 105 41 32 64 54
Binary 10101100 1101001 110110 0 100111 1000101 100001 11010 110100 101100

Color Harmonies of #AC6936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6936

Black with #AC6936

Text Example


Text Example

White with #AC6936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6936; }

 p { color: rgb(172,105,54); }

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

background-color css

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

 a { background-color: rgb(172,105,54); }

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

border-color css

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

 span { border-color: rgb(172,105,54); }

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