Html Css Color HEX #AD9325 Sahara

📋 copy color: '#AD9325'

red 173 ◦ green 147 ◦ blue 37

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

Shades of Sahara #AD9325

Tints of Sahara #AD9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 48.46%
G = 41.18%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9325 (or 0xAD9325) is known color: Sahara. HEX triplet: AD, 93 and 25. RGB value is (173,147,37). Sum of RGB (Red+Green+Blue) = 173+147+37=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9325 is #526CDA. Grayscale: #8E8E8E. Windows color (decimal): -5401819 or 2462637. OLE color: 2462637.

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

Color convert

RGB 173 147 37 -
CMYK 0 0.15 0.79 0.32
HSL 48.53º 0.65% 0.41% -
HSV(B) 48.53º 0.79% 0.68% -
XYZ 28 29.89 6.04 -
YUV 142.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 173 147 37 0 0.15 0.79 0.32 48.53 0.65 0.41
Hex AD 93 25 0 F 4F 20 31 41 29
Octal 255 223 45 0 17 117 40 61 101 51
Binary 10101101 10010011 100101 0 1111 1001111 100000 110001 1000001 101001

Color Harmonies of #AD9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9325

Black with #AD9325

Text Example


Text Example

White with #AD9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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