Html Css Color HEX #AD952B Sahara

📋 copy color: '#AD952B'

red 173 ◦ green 149 ◦ blue 43

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

Shades of Sahara #AD952B

Tints of Sahara #AD952B

RGB

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

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

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

R = 47.4%
G = 40.82%
B = 11.78%

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

#AD952B (or 0xAD952B) is known color: Sahara. HEX triplet: AD, 95 and 2B. RGB value is (173,149,43). Sum of RGB (Red+Green+Blue) = 173+149+43=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD952B is #526AD4. Grayscale: #909090. Windows color (decimal): -5401301 or 2856365. OLE color: 2856365.

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

Color convert

RGB 173 149 43 -
CMYK 0 0.14 0.75 0.32
HSL 48.92º 0.6% 0.42% -
HSV(B) 48.92º 0.75% 0.68% -
XYZ 28.42 30.55 6.69 -
YUV 144.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 173 149 43 0 0.14 0.75 0.32 48.92 0.6 0.42
Hex AD 95 2B 0 E 4B 20 31 3C 2A
Octal 255 225 53 0 16 113 40 61 74 52
Binary 10101101 10010101 101011 0 1110 1001011 100000 110001 111100 101010

Color Harmonies of #AD952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD952B

Black with #AD952B

Text Example


Text Example

White with #AD952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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