Html Css Color HEX #AD692E Reno Sand

📋 copy color: '#AD692E'

red 173 ◦ green 105 ◦ blue 46

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

Shades of Reno Sand #AD692E

Tints of Reno Sand #AD692E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 53.4%
G = 32.41%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD692E (or 0xAD692E) is known color: Reno Sand. HEX triplet: AD, 69 and 2E. RGB value is (173,105,46). Sum of RGB (Red+Green+Blue) = 173+105+46=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD692E is #5296D1. Grayscale: #767676. Windows color (decimal): -5412562 or 3041709. OLE color: 3041709.

HSL color Cylindrical-coordinate representation of color #AD692E: hue angle of 27.87º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD692E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 46 -
CMYK 0 0.39 0.73 0.32
HSL 27.87º 0.58% 0.43% -
HSV(B) 27.87º 0.73% 0.68% -
XYZ 22.78 19.18 5.09 -
YUV 118.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 173 105 46 0 0.39 0.73 0.32 27.87 0.58 0.43
Hex AD 69 2E 0 27 49 20 1C 3A 2B
Octal 255 151 56 0 47 111 40 34 72 53
Binary 10101101 1101001 101110 0 100111 1001001 100000 11100 111010 101011

Color Harmonies of #AD692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD692E

Black with #AD692E

Text Example


Text Example

White with #AD692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD692E; }

 p { color: rgb(173,105,46); }

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

background-color css

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

 a { background-color: rgb(173,105,46); }

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

border-color css

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

 span { border-color: rgb(173,105,46); }

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