Html Css Color HEX #AC7435 Reno Sand

📋 copy color: '#AC7435'

red 172 ◦ green 116 ◦ blue 53

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

Shades of Reno Sand #AC7435

Tints of Reno Sand #AC7435

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 50.44%
G = 34.02%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7435 (or 0xAC7435) is known color: Reno Sand. HEX triplet: AC, 74 and 35. RGB value is (172,116,53). Sum of RGB (Red+Green+Blue) = 172+116+53=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7435 is #538BCA. Grayscale: #7D7D7D. Windows color (decimal): -5475275 or 3503276. OLE color: 3503276.

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

Color convert

RGB 172 116 53 -
CMYK 0 0.33 0.69 0.33
HSL 31.76º 0.53% 0.44% -
HSV(B) 31.76º 0.69% 0.67% -
XYZ 23.9 21.52 6.26 -
YUV 125.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 172 116 53 0 0.33 0.69 0.33 31.76 0.53 0.44
Hex AC 74 35 0 21 45 21 20 35 2C
Octal 254 164 65 0 41 105 41 40 65 54
Binary 10101100 1110100 110101 0 100001 1000101 100001 100000 110101 101100

Color Harmonies of #AC7435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7435

Black with #AC7435

Text Example


Text Example

White with #AC7435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7435; }

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

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

background-color css

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

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

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

border-color css

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

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

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