Html Css Color HEX #AD9525 Sahara

📋 copy color: '#AD9525'

red 173 ◦ green 149 ◦ blue 37

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

Shades of Sahara #AD9525

Tints of Sahara #AD9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.31%

R = 48.19%
G = 41.5%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9525 (or 0xAD9525) is known color: Sahara. HEX triplet: AD, 95 and 25. RGB value is (173,149,37). Sum of RGB (Red+Green+Blue) = 173+149+37=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9525 is #526ADA. Grayscale: #8F8F8F. Windows color (decimal): -5401307 or 2463149. OLE color: 2463149.

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

Color convert

RGB 173 149 37 -
CMYK 0 0.14 0.79 0.32
HSL 49.41º 0.65% 0.41% -
HSV(B) 49.41º 0.79% 0.68% -
XYZ 28.31 30.51 6.15 -
YUV 143.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 173 149 37 0 0.14 0.79 0.32 49.41 0.65 0.41
Hex AD 95 25 0 E 4F 20 31 41 29
Octal 255 225 45 0 16 117 40 61 101 51
Binary 10101101 10010101 100101 0 1110 1001111 100000 110001 1000001 101001

Color Harmonies of #AD9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9525

Black with #AD9525

Text Example


Text Example

White with #AD9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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