Html Css Color HEX #AD753A Reno Sand

📋 copy color: '#AD753A'

red 173 ◦ green 117 ◦ blue 58

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

Shades of Reno Sand #AD753A

Tints of Reno Sand #AD753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 49.71%
G = 33.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD753A (or 0xAD753A) is known color: Reno Sand. HEX triplet: AD, 75 and 3A. RGB value is (173,117,58). Sum of RGB (Red+Green+Blue) = 173+117+58=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD753A is #528AC5. Grayscale: #7F7F7F. Windows color (decimal): -5409478 or 3831213. OLE color: 3831213.

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

Color convert

RGB 173 117 58 -
CMYK 0 0.32 0.66 0.32
HSL 30.78º 0.5% 0.45% -
HSV(B) 30.78º 0.66% 0.68% -
XYZ 24.36 21.91 6.95 -
YUV 127.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 173 117 58 0 0.32 0.66 0.32 30.78 0.5 0.45
Hex AD 75 3A 0 20 42 20 1F 32 2D
Octal 255 165 72 0 40 102 40 37 62 55
Binary 10101101 1110101 111010 0 100000 1000010 100000 11111 110010 101101

Color Harmonies of #AD753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD753A

Black with #AD753A

Text Example


Text Example

White with #AD753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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