Html Css Color HEX #AD972B Sahara

📋 copy color: '#AD972B'

red 173 ◦ green 151 ◦ blue 43

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

Shades of Sahara #AD972B

Tints of Sahara #AD972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 47.14%
G = 41.14%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD972B (or 0xAD972B) is known color: Sahara. HEX triplet: AD, 97 and 2B. RGB value is (173,151,43). Sum of RGB (Red+Green+Blue) = 173+151+43=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972B is #5268D4. Grayscale: #919191. Windows color (decimal): -5400789 or 2856877. OLE color: 2856877.

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

Color convert

RGB 173 151 43 -
CMYK 0 0.13 0.75 0.32
HSL 49.85º 0.6% 0.42% -
HSV(B) 49.85º 0.75% 0.68% -
XYZ 28.74 31.19 6.79 -
YUV 145.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 173 151 43 0 0.13 0.75 0.32 49.85 0.6 0.42
Hex AD 97 2B 0 D 4B 20 32 3C 2A
Octal 255 227 53 0 15 113 40 62 74 52
Binary 10101101 10010111 101011 0 1101 1001011 100000 110010 111100 101010

Color Harmonies of #AD972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD972B

Black with #AD972B

Text Example


Text Example

White with #AD972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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