Html Css Color HEX #AD9828 Sahara

📋 copy color: '#AD9828'

red 173 ◦ green 152 ◦ blue 40

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

Shades of Sahara #AD9828

Tints of Sahara #AD9828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 47.4%
G = 41.64%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9828 (or 0xAD9828) is known color: Sahara. HEX triplet: AD, 98 and 28. RGB value is (173,152,40). Sum of RGB (Red+Green+Blue) = 173+152+40=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9828 is #5267D7. Grayscale: #919191. Windows color (decimal): -5400536 or 2660525. OLE color: 2660525.

HSL color Cylindrical-coordinate representation of color #AD9828: hue angle of 50.53º 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 #AD9828 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 40 -
CMYK 0 0.12 0.77 0.32
HSL 50.53º 0.62% 0.42% -
HSV(B) 50.53º 0.77% 0.68% -
XYZ 28.84 31.49 6.57 -
YUV 145.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 173 152 40 0 0.12 0.77 0.32 50.53 0.62 0.42
Hex AD 98 28 0 C 4D 20 33 3E 2A
Octal 255 230 50 0 14 115 40 63 76 52
Binary 10101101 10011000 101000 0 1100 1001101 100000 110011 111110 101010

Color Harmonies of #AD9828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9828

Black with #AD9828

Text Example


Text Example

White with #AD9828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9828; }

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

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

background-color css

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

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

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

border-color css

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

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

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