Html Css Color HEX #AD9228 Sahara

📋 copy color: '#AD9228'

red 173 ◦ green 146 ◦ blue 40

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

Shades of Sahara #AD9228

Tints of Sahara #AD9228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 48.19%
G = 40.67%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9228 (or 0xAD9228) is known color: Sahara. HEX triplet: AD, 92 and 28. RGB value is (173,146,40). Sum of RGB (Red+Green+Blue) = 173+146+40=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9228 is #526DD7. Grayscale: #8E8E8E. Windows color (decimal): -5402072 or 2658989. OLE color: 2658989.

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

Color convert

RGB 173 146 40 -
CMYK 0 0.16 0.77 0.32
HSL 47.82º 0.62% 0.42% -
HSV(B) 47.82º 0.77% 0.68% -
XYZ 27.9 29.6 6.25 -
YUV 141.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 173 146 40 0 0.16 0.77 0.32 47.82 0.62 0.42
Hex AD 92 28 0 10 4D 20 30 3E 2A
Octal 255 222 50 0 20 115 40 60 76 52
Binary 10101101 10010010 101000 0 10000 1001101 100000 110000 111110 101010

Color Harmonies of #AD9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9228

Black with #AD9228

Text Example


Text Example

White with #AD9228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9228; }

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

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

background-color css

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

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

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

border-color css

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

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

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