Html Css Color HEX #ADA030 Sahara

📋 copy color: '#ADA030'

red 173 ◦ green 160 ◦ blue 48

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

Shades of Sahara #ADA030

Tints of Sahara #ADA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 45.41%
G = 41.99%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#ADA030 (or 0xADA030) is known color: Sahara. HEX triplet: AD, A0 and 30. RGB value is (173,160,48). Sum of RGB (Red+Green+Blue) = 173+160+48=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA030 is #525FCF. Grayscale: #979797. Windows color (decimal): -5398480 or 3186861. OLE color: 3186861.

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

Color convert

RGB 173 160 48 -
CMYK 0 0.08 0.72 0.32
HSL 53.76º 0.57% 0.43% -
HSV(B) 53.76º 0.72% 0.68% -
XYZ 30.34 34.24 7.81 -
YUV 151.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 173 160 48 0 0.08 0.72 0.32 53.76 0.57 0.43
Hex AD A0 30 0 8 48 20 36 39 2B
Octal 255 240 60 0 10 110 40 66 71 53
Binary 10101101 10100000 110000 0 1000 1001000 100000 110110 111001 101011

Color Harmonies of #ADA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA030

Black with #ADA030

Text Example


Text Example

White with #ADA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA030; }

 p { color: rgb(173,160,48); }

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

background-color css

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

 a { background-color: rgb(173,160,48); }

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

border-color css

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

 span { border-color: rgb(173,160,48); }

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