Html Css Color HEX #AD9224 Sahara

📋 copy color: '#AD9224'

red 173 ◦ green 146 ◦ blue 36

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

Shades of Sahara #AD9224

Tints of Sahara #AD9224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 48.73%
G = 41.13%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9224 (or 0xAD9224) is known color: Sahara. HEX triplet: AD, 92 and 24. RGB value is (173,146,36). Sum of RGB (Red+Green+Blue) = 173+146+36=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9224 is #526DDB. Grayscale: #8E8E8E. Windows color (decimal): -5402076 or 2396845. OLE color: 2396845.

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

Color convert

RGB 173 146 36 -
CMYK 0 0.16 0.79 0.32
HSL 48.18º 0.66% 0.41% -
HSV(B) 48.18º 0.79% 0.68% -
XYZ 27.83 29.57 5.91 -
YUV 141.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 173 146 36 0 0.16 0.79 0.32 48.18 0.66 0.41
Hex AD 92 24 0 10 4F 20 30 42 29
Octal 255 222 44 0 20 117 40 60 102 51
Binary 10101101 10010010 100100 0 10000 1001111 100000 110000 1000010 101001

Color Harmonies of #AD9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9224

Black with #AD9224

Text Example


Text Example

White with #AD9224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9224; }

 p { color: rgb(173,146,36); }

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

background-color css

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

 a { background-color: rgb(173,146,36); }

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

border-color css

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

 span { border-color: rgb(173,146,36); }

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