Html Css Color HEX #AD6A35 Reno Sand

📋 copy color: '#AD6A35'

red 173 ◦ green 106 ◦ blue 53

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

Shades of Reno Sand #AD6A35

Tints of Reno Sand #AD6A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 52.11%
G = 31.93%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6A35 (or 0xAD6A35) is known color: Reno Sand. HEX triplet: AD, 6A and 35. RGB value is (173,106,53). Sum of RGB (Red+Green+Blue) = 173+106+53=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A35 is #5295CA. Grayscale: #787878. Windows color (decimal): -5412299 or 3500717. OLE color: 3500717.

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

Color convert

RGB 173 106 53 -
CMYK 0 0.39 0.69 0.32
HSL 26.5º 0.53% 0.44% -
HSV(B) 26.5º 0.69% 0.68% -
XYZ 23.03 19.45 5.91 -
YUV 119.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 173 106 53 0 0.39 0.69 0.32 26.5 0.53 0.44
Hex AD 6A 35 0 27 45 20 1A 35 2C
Octal 255 152 65 0 47 105 40 32 65 54
Binary 10101101 1101010 110101 0 100111 1000101 100000 11010 110101 101100

Color Harmonies of #AD6A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A35

Black with #AD6A35

Text Example


Text Example

White with #AD6A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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