Html Css Color HEX #AD7231 Reno Sand

📋 copy color: '#AD7231'

red 173 ◦ green 114 ◦ blue 49

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

Shades of Reno Sand #AD7231

Tints of Reno Sand #AD7231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 51.49%
G = 33.93%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7231 (or 0xAD7231) is known color: Reno Sand. HEX triplet: AD, 72 and 31. RGB value is (173,114,49). Sum of RGB (Red+Green+Blue) = 173+114+49=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7231 is #528DCE. Grayscale: #7C7C7C. Windows color (decimal): -5410255 or 3240621. OLE color: 3240621.

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

Color convert

RGB 173 114 49 -
CMYK 0 0.34 0.72 0.32
HSL 31.45º 0.56% 0.44% -
HSV(B) 31.45º 0.72% 0.68% -
XYZ 23.81 21.14 5.73 -
YUV 124.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 173 114 49 0 0.34 0.72 0.32 31.45 0.56 0.44
Hex AD 72 31 0 22 48 20 1F 38 2C
Octal 255 162 61 0 42 110 40 37 70 54
Binary 10101101 1110010 110001 0 100010 1001000 100000 11111 111000 101100

Color Harmonies of #AD7231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7231

Black with #AD7231

Text Example


Text Example

White with #AD7231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7231; }

 p { color: rgb(173,114,49); }

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

background-color css

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

 a { background-color: rgb(173,114,49); }

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

border-color css

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

 span { border-color: rgb(173,114,49); }

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