Html Css Color HEX #ADA031 Sahara

📋 copy color: '#ADA031'

red 173 ◦ green 160 ◦ blue 49

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

Shades of Sahara #ADA031

Tints of Sahara #ADA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.83%

R = 45.29%
G = 41.88%
B = 12.83%

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

#ADA031 (or 0xADA031) is known color: Sahara. HEX triplet: AD, A0 and 31. RGB value is (173,160,49). Sum of RGB (Red+Green+Blue) = 173+160+49=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA031 is #525FCE. Grayscale: #979797. Windows color (decimal): -5398479 or 3252397. OLE color: 3252397.

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

Color convert

RGB 173 160 49 -
CMYK 0 0.08 0.72 0.32
HSL 53.71º 0.56% 0.44% -
HSV(B) 53.71º 0.72% 0.68% -
XYZ 30.36 34.25 7.92 -
YUV 151.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 173 160 49 0 0.08 0.72 0.32 53.71 0.56 0.44
Hex AD A0 31 0 8 48 20 36 38 2C
Octal 255 240 61 0 10 110 40 66 70 54
Binary 10101101 10100000 110001 0 1000 1001000 100000 110110 111000 101100

Color Harmonies of #ADA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA031

Black with #ADA031

Text Example


Text Example

White with #ADA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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