Html Css Color HEX #AD9527 Sahara

📋 copy color: '#AD9527'

red 173 ◦ green 149 ◦ blue 39

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

Shades of Sahara #AD9527

Tints of Sahara #AD9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 47.92%
G = 41.27%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9527 (or 0xAD9527) is known color: Sahara. HEX triplet: AD, 95 and 27. RGB value is (173,149,39). Sum of RGB (Red+Green+Blue) = 173+149+39=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9527 is #526AD8. Grayscale: #909090. Windows color (decimal): -5401305 or 2594221. OLE color: 2594221.

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

Color convert

RGB 173 149 39 -
CMYK 0 0.14 0.77 0.32
HSL 49.25º 0.63% 0.42% -
HSV(B) 49.25º 0.77% 0.68% -
XYZ 28.35 30.53 6.32 -
YUV 143.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 173 149 39 0 0.14 0.77 0.32 49.25 0.63 0.42
Hex AD 95 27 0 E 4D 20 31 3F 2A
Octal 255 225 47 0 16 115 40 61 77 52
Binary 10101101 10010101 100111 0 1110 1001101 100000 110001 111111 101010

Color Harmonies of #AD9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9527

Black with #AD9527

Text Example


Text Example

White with #AD9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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