Html Css Color HEX #AD7535 Reno Sand

📋 copy color: '#AD7535'

red 173 ◦ green 117 ◦ blue 53

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

Shades of Reno Sand #AD7535

Tints of Reno Sand #AD7535

RGB

 RED value IS 173 (67.97% from 255) = 50.44%

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

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

R = 50.44%
G = 34.11%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7535 (or 0xAD7535) is known color: Reno Sand. HEX triplet: AD, 75 and 35. RGB value is (173,117,53). Sum of RGB (Red+Green+Blue) = 173+117+53=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7535 is #528ACA. Grayscale: #7E7E7E. Windows color (decimal): -5409483 or 3503533. OLE color: 3503533.

HSL color Cylindrical-coordinate representation of color #AD7535: hue angle of 32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD7535 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 53 -
CMYK 0 0.32 0.69 0.32
HSL 32º 0.53% 0.44% -
HSV(B) 32º 0.69% 0.68% -
XYZ 24.24 21.86 6.31 -
YUV 126.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 173 117 53 0 0.32 0.69 0.32 32 0.53 0.44
Hex AD 75 35 0 20 45 20 20 35 2C
Octal 255 165 65 0 40 105 40 40 65 54
Binary 10101101 1110101 110101 0 100000 1000101 100000 100000 110101 101100

Color Harmonies of #AD7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7535

Black with #AD7535

Text Example


Text Example

White with #AD7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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