Html Css Color HEX #AC7539 Reno Sand

📋 copy color: '#AC7539'

red 172 ◦ green 117 ◦ blue 57

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

Shades of Reno Sand #AC7539

Tints of Reno Sand #AC7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 57 (22.66% from 255) = 16.47%

R = 49.71%
G = 33.82%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7539 (or 0xAC7539) is known color: Reno Sand. HEX triplet: AC, 75 and 39. RGB value is (172,117,57). Sum of RGB (Red+Green+Blue) = 172+117+57=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7539 is #538AC6. Grayscale: #7E7E7E. Windows color (decimal): -5475015 or 3765676. OLE color: 3765676.

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

Color convert

RGB 172 117 57 -
CMYK 0 0.32 0.67 0.33
HSL 31.3º 0.5% 0.45% -
HSV(B) 31.3º 0.67% 0.67% -
XYZ 24.11 21.79 6.81 -
YUV 126.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 172 117 57 0 0.32 0.67 0.33 31.3 0.5 0.45
Hex AC 75 39 0 20 43 21 1F 32 2D
Octal 254 165 71 0 40 103 41 37 62 55
Binary 10101100 1110101 111001 0 100000 1000011 100001 11111 110010 101101

Color Harmonies of #AC7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7539

Black with #AC7539

Text Example


Text Example

White with #AC7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7539; }

 p { color: rgb(172,117,57); }

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

background-color css

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

 a { background-color: rgb(172,117,57); }

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

border-color css

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

 span { border-color: rgb(172,117,57); }

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