Html Css Color HEX #AD962A Sahara

📋 copy color: '#AD962A'

red 173 ◦ green 150 ◦ blue 42

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

Shades of Sahara #AD962A

Tints of Sahara #AD962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 47.4%
G = 41.1%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD962A (or 0xAD962A) is known color: Sahara. HEX triplet: AD, 96 and 2A. RGB value is (173,150,42). Sum of RGB (Red+Green+Blue) = 173+150+42=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD962A is #5269D5. Grayscale: #919191. Windows color (decimal): -5401046 or 2791085. OLE color: 2791085.

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

Color convert

RGB 173 150 42 -
CMYK 0 0.13 0.76 0.32
HSL 49.47º 0.61% 0.42% -
HSV(B) 49.47º 0.76% 0.68% -
XYZ 28.56 30.86 6.64 -
YUV 144.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 173 150 42 0 0.13 0.76 0.32 49.47 0.61 0.42
Hex AD 96 2A 0 D 4C 20 31 3D 2A
Octal 255 226 52 0 15 114 40 61 75 52
Binary 10101101 10010110 101010 0 1101 1001100 100000 110001 111101 101010

Color Harmonies of #AD962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD962A

Black with #AD962A

Text Example


Text Example

White with #AD962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD962A; }

 p { color: rgb(173,150,42); }

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

background-color css

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

 a { background-color: rgb(173,150,42); }

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

border-color css

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

 span { border-color: rgb(173,150,42); }

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