Html Css Color HEX #AD942C Sahara

📋 copy color: '#AD942C'

red 173 ◦ green 148 ◦ blue 44

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

Shades of Sahara #AD942C

Tints of Sahara #AD942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 47.4%
G = 40.55%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD942C (or 0xAD942C) is known color: Sahara. HEX triplet: AD, 94 and 2C. RGB value is (173,148,44). Sum of RGB (Red+Green+Blue) = 173+148+44=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD942C is #526BD3. Grayscale: #909090. Windows color (decimal): -5401556 or 2921645. OLE color: 2921645.

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

Color convert

RGB 173 148 44 -
CMYK 0 0.14 0.75 0.32
HSL 48.37º 0.59% 0.43% -
HSV(B) 48.37º 0.75% 0.68% -
XYZ 28.28 30.25 6.73 -
YUV 143.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 173 148 44 0 0.14 0.75 0.32 48.37 0.59 0.43
Hex AD 94 2C 0 E 4B 20 30 3B 2B
Octal 255 224 54 0 16 113 40 60 73 53
Binary 10101101 10010100 101100 0 1110 1001011 100000 110000 111011 101011

Color Harmonies of #AD942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD942C

Black with #AD942C

Text Example


Text Example

White with #AD942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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