Html Css Color HEX #AD9726 Sahara

📋 copy color: '#AD9726'

red 173 ◦ green 151 ◦ blue 38

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

Shades of Sahara #AD9726

Tints of Sahara #AD9726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.5%

R = 47.79%
G = 41.71%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9726 (or 0xAD9726) is known color: Sahara. HEX triplet: AD, 97 and 26. RGB value is (173,151,38). Sum of RGB (Red+Green+Blue) = 173+151+38=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9726 is #5268D9. Grayscale: #919191. Windows color (decimal): -5400794 or 2529197. OLE color: 2529197.

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

Color convert

RGB 173 151 38 -
CMYK 0 0.13 0.78 0.32
HSL 50.22º 0.64% 0.41% -
HSV(B) 50.22º 0.78% 0.68% -
XYZ 28.65 31.16 6.34 -
YUV 144.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 173 151 38 0 0.13 0.78 0.32 50.22 0.64 0.41
Hex AD 97 26 0 D 4E 20 32 40 29
Octal 255 227 46 0 15 116 40 62 100 51
Binary 10101101 10010111 100110 0 1101 1001110 100000 110010 1000000 101001

Color Harmonies of #AD9726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9726

Black with #AD9726

Text Example


Text Example

White with #AD9726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9726; }

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

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

background-color css

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

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

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

border-color css

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

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

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