Html Css Color HEX #AD992C Sahara

📋 copy color: '#AD992C'

red 173 ◦ green 153 ◦ blue 44

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

Shades of Sahara #AD992C

Tints of Sahara #AD992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 46.76%
G = 41.35%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD992C (or 0xAD992C) is known color: Sahara. HEX triplet: AD, 99 and 2C. RGB value is (173,153,44). Sum of RGB (Red+Green+Blue) = 173+153+44=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD992C is #5266D3. Grayscale: #939393. Windows color (decimal): -5400276 or 2922925. OLE color: 2922925.

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

Color convert

RGB 173 153 44 -
CMYK 0 0.12 0.75 0.32
HSL 50.7º 0.59% 0.43% -
HSV(B) 50.7º 0.75% 0.68% -
XYZ 29.08 31.85 7 -
YUV 146.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 173 153 44 0 0.12 0.75 0.32 50.7 0.59 0.43
Hex AD 99 2C 0 C 4B 20 33 3B 2B
Octal 255 231 54 0 14 113 40 63 73 53
Binary 10101101 10011001 101100 0 1100 1001011 100000 110011 111011 101011

Color Harmonies of #AD992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD992C

Black with #AD992C

Text Example


Text Example

White with #AD992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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