Html Css Color HEX #AD7438 Reno Sand

📋 copy color: '#AD7438'

red 173 ◦ green 116 ◦ blue 56

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

Shades of Reno Sand #AD7438

Tints of Reno Sand #AD7438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 50.14%
G = 33.62%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD7438 (or 0xAD7438) is known color: Reno Sand. HEX triplet: AD, 74 and 38. RGB value is (173,116,56). Sum of RGB (Red+Green+Blue) = 173+116+56=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7438 is #528BC7. Grayscale: #7E7E7E. Windows color (decimal): -5409736 or 3699885. OLE color: 3699885.

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

Color convert

RGB 173 116 56 -
CMYK 0 0.33 0.68 0.32
HSL 30.77º 0.51% 0.45% -
HSV(B) 30.77º 0.68% 0.68% -
XYZ 24.19 21.66 6.65 -
YUV 126.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 173 116 56 0 0.33 0.68 0.32 30.77 0.51 0.45
Hex AD 74 38 0 21 44 20 1F 33 2D
Octal 255 164 70 0 41 104 40 37 63 55
Binary 10101101 1110100 111000 0 100001 1000100 100000 11111 110011 101101

Color Harmonies of #AD7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7438

Black with #AD7438

Text Example


Text Example

White with #AD7438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7438; }

 p { color: rgb(173,116,56); }

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

background-color css

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

 a { background-color: rgb(173,116,56); }

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

border-color css

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

 span { border-color: rgb(173,116,56); }

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