Html Css Color HEX #AD7534 Reno Sand

📋 copy color: '#AD7534'

red 173 ◦ green 117 ◦ blue 52

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

Shades of Reno Sand #AD7534

Tints of Reno Sand #AD7534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 50.58%
G = 34.21%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7534 (or 0xAD7534) is known color: Reno Sand. HEX triplet: AD, 75 and 34. RGB value is (173,117,52). Sum of RGB (Red+Green+Blue) = 173+117+52=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7534 is #528ACB. Grayscale: #7E7E7E. Windows color (decimal): -5409484 or 3437997. OLE color: 3437997.

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

Color convert

RGB 173 117 52 -
CMYK 0 0.32 0.70 0.32
HSL 32.23º 0.54% 0.44% -
HSV(B) 32.23º 0.7% 0.68% -
XYZ 24.21 21.85 6.19 -
YUV 126.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 173 117 52 0 0.32 0.70 0.32 32.23 0.54 0.44
Hex AD 75 34 0 20 46 20 20 36 2C
Octal 255 165 64 0 40 106 40 40 66 54
Binary 10101101 1110101 110100 0 100000 1000110 100000 100000 110110 101100

Color Harmonies of #AD7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7534

Black with #AD7534

Text Example


Text Example

White with #AD7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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