Html Css Color HEX #AD962C Sahara

📋 copy color: '#AD962C'

red 173 ◦ green 150 ◦ blue 44

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

Shades of Sahara #AD962C

Tints of Sahara #AD962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 47.14%
G = 40.87%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD962C (or 0xAD962C) is known color: Sahara. HEX triplet: AD, 96 and 2C. RGB value is (173,150,44). Sum of RGB (Red+Green+Blue) = 173+150+44=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD962C is #5269D3. Grayscale: #919191. Windows color (decimal): -5401044 or 2922157. OLE color: 2922157.

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

Color convert

RGB 173 150 44 -
CMYK 0 0.13 0.75 0.32
HSL 49.3º 0.59% 0.43% -
HSV(B) 49.3º 0.75% 0.68% -
XYZ 28.59 30.88 6.84 -
YUV 144.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 173 150 44 0 0.13 0.75 0.32 49.3 0.59 0.43
Hex AD 96 2C 0 D 4B 20 31 3B 2B
Octal 255 226 54 0 15 113 40 61 73 53
Binary 10101101 10010110 101100 0 1101 1001011 100000 110001 111011 101011

Color Harmonies of #AD962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD962C

Black with #AD962C

Text Example


Text Example

White with #AD962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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