Html Css Color HEX #AD9225 Sahara

📋 copy color: '#AD9225'

red 173 ◦ green 146 ◦ blue 37

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

Shades of Sahara #AD9225

Tints of Sahara #AD9225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 48.6%
G = 41.01%
B = 10.39%

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

#AD9225 (or 0xAD9225) is known color: Sahara. HEX triplet: AD, 92 and 25. RGB value is (173,146,37). Sum of RGB (Red+Green+Blue) = 173+146+37=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9225 is #526DDA. Grayscale: #8E8E8E. Windows color (decimal): -5402075 or 2462381. OLE color: 2462381.

HSL color Cylindrical-coordinate representation of color #AD9225: hue angle of 48.09º degrees, saturation: 0.65, 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 #AD9225 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 146 37 -
CMYK 0 0.16 0.79 0.32
HSL 48.09º 0.65% 0.41% -
HSV(B) 48.09º 0.79% 0.68% -
XYZ 27.85 29.58 5.99 -
YUV 141.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 173 146 37 0 0.16 0.79 0.32 48.09 0.65 0.41
Hex AD 92 25 0 10 4F 20 30 41 29
Octal 255 222 45 0 20 117 40 60 101 51
Binary 10101101 10010010 100101 0 10000 1001111 100000 110000 1000001 101001

Color Harmonies of #AD9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9225

Black with #AD9225

Text Example


Text Example

White with #AD9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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