Html Css Color HEX #AD992B Sahara

📋 copy color: '#AD992B'

red 173 ◦ green 153 ◦ blue 43

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

Shades of Sahara #AD992B

Tints of Sahara #AD992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 46.88%
G = 41.46%
B = 11.65%

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

#AD992B (or 0xAD992B) is known color: Sahara. HEX triplet: AD, 99 and 2B. RGB value is (173,153,43). Sum of RGB (Red+Green+Blue) = 173+153+43=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD992B is #5266D4. Grayscale: #929292. Windows color (decimal): -5400277 or 2857389. OLE color: 2857389.

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

Color convert

RGB 173 153 43 -
CMYK 0 0.12 0.75 0.32
HSL 50.77º 0.6% 0.42% -
HSV(B) 50.77º 0.75% 0.68% -
XYZ 29.06 31.84 6.9 -
YUV 146.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 173 153 43 0 0.12 0.75 0.32 50.77 0.6 0.42
Hex AD 99 2B 0 C 4B 20 33 3C 2A
Octal 255 231 53 0 14 113 40 63 74 52
Binary 10101101 10011001 101011 0 1100 1001011 100000 110011 111100 101010

Color Harmonies of #AD992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD992B

Black with #AD992B

Text Example


Text Example

White with #AD992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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