Html Css Color HEX #AD952C Sahara

📋 copy color: '#AD952C'

red 173 ◦ green 149 ◦ blue 44

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

Shades of Sahara #AD952C

Tints of Sahara #AD952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

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

R = 47.27%
G = 40.71%
B = 12.02%

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

#AD952C (or 0xAD952C) is known color: Sahara. HEX triplet: AD, 95 and 2C. RGB value is (173,149,44). Sum of RGB (Red+Green+Blue) = 173+149+44=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD952C is #526AD3. Grayscale: #909090. Windows color (decimal): -5401300 or 2921901. OLE color: 2921901.

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

Color convert

RGB 173 149 44 -
CMYK 0 0.14 0.75 0.32
HSL 48.84º 0.59% 0.43% -
HSV(B) 48.84º 0.75% 0.68% -
XYZ 28.44 30.56 6.78 -
YUV 144.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 173 149 44 0 0.14 0.75 0.32 48.84 0.59 0.43
Hex AD 95 2C 0 E 4B 20 31 3B 2B
Octal 255 225 54 0 16 113 40 61 73 53
Binary 10101101 10010101 101100 0 1110 1001011 100000 110001 111011 101011

Color Harmonies of #AD952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD952C

Black with #AD952C

Text Example


Text Example

White with #AD952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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