Html Css Color HEX #AD9526 Sahara

📋 copy color: '#AD9526'

red 173 ◦ green 149 ◦ blue 38

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

Shades of Sahara #AD9526

Tints of Sahara #AD9526

RGB

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

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

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

R = 48.06%
G = 41.39%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9526 (or 0xAD9526) is known color: Sahara. HEX triplet: AD, 95 and 26. RGB value is (173,149,38). Sum of RGB (Red+Green+Blue) = 173+149+38=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9526 is #526AD9. Grayscale: #8F8F8F. Windows color (decimal): -5401306 or 2528685. OLE color: 2528685.

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

Color convert

RGB 173 149 38 -
CMYK 0 0.14 0.78 0.32
HSL 49.33º 0.64% 0.41% -
HSV(B) 49.33º 0.78% 0.68% -
XYZ 28.33 30.52 6.23 -
YUV 143.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 173 149 38 0 0.14 0.78 0.32 49.33 0.64 0.41
Hex AD 95 26 0 E 4E 20 31 40 29
Octal 255 225 46 0 16 116 40 61 100 51
Binary 10101101 10010101 100110 0 1110 1001110 100000 110001 1000000 101001

Color Harmonies of #AD9526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9526

Black with #AD9526

Text Example


Text Example

White with #AD9526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9526; }

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

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

background-color css

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

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

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

border-color css

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

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

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