Html Css Color HEX #AD972A Sahara

📋 copy color: '#AD972A'

red 173 ◦ green 151 ◦ blue 42

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

Shades of Sahara #AD972A

Tints of Sahara #AD972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 47.27%
G = 41.26%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD972A (or 0xAD972A) is known color: Sahara. HEX triplet: AD, 97 and 2A. RGB value is (173,151,42). Sum of RGB (Red+Green+Blue) = 173+151+42=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972A is #5268D5. Grayscale: #919191. Windows color (decimal): -5400790 or 2791341. OLE color: 2791341.

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

Color convert

RGB 173 151 42 -
CMYK 0 0.13 0.76 0.32
HSL 49.92º 0.61% 0.42% -
HSV(B) 49.92º 0.76% 0.68% -
XYZ 28.72 31.18 6.7 -
YUV 145.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 173 151 42 0 0.13 0.76 0.32 49.92 0.61 0.42
Hex AD 97 2A 0 D 4C 20 32 3D 2A
Octal 255 227 52 0 15 114 40 62 75 52
Binary 10101101 10010111 101010 0 1101 1001100 100000 110010 111101 101010

Color Harmonies of #AD972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD972A

Black with #AD972A

Text Example


Text Example

White with #AD972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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