Html Css Color HEX #AC7535 Reno Sand

📋 copy color: '#AC7535'

red 172 ◦ green 117 ◦ blue 53

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

Shades of Reno Sand #AC7535

Tints of Reno Sand #AC7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 50.29%
G = 34.21%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7535 (or 0xAC7535) is known color: Reno Sand. HEX triplet: AC, 75 and 35. RGB value is (172,117,53). Sum of RGB (Red+Green+Blue) = 172+117+53=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7535 is #538ACA. Grayscale: #7E7E7E. Windows color (decimal): -5475019 or 3503532. OLE color: 3503532.

HSL color Cylindrical-coordinate representation of color #AC7535: hue angle of 32.27º degrees, saturation: 0.53, 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 #AC7535 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 53 -
CMYK 0 0.32 0.69 0.33
HSL 32.27º 0.53% 0.44% -
HSV(B) 32.27º 0.69% 0.67% -
XYZ 24.02 21.75 6.3 -
YUV 126.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 172 117 53 0 0.32 0.69 0.33 32.27 0.53 0.44
Hex AC 75 35 0 20 45 21 20 35 2C
Octal 254 165 65 0 40 105 41 40 65 54
Binary 10101100 1110101 110101 0 100000 1000101 100001 100000 110101 101100

Color Harmonies of #AC7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7535

Black with #AC7535

Text Example


Text Example

White with #AC7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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