Html Css Color HEX #AD9025 Sahara

📋 copy color: '#AD9025'

red 173 ◦ green 144 ◦ blue 37

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

Shades of Sahara #AD9025

Tints of Sahara #AD9025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 48.87%
G = 40.68%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9025 (or 0xAD9025) is known color: Sahara. HEX triplet: AD, 90 and 25. RGB value is (173,144,37). Sum of RGB (Red+Green+Blue) = 173+144+37=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9025 is #526FDA. Grayscale: #8C8C8C. Windows color (decimal): -5402587 or 2461869. OLE color: 2461869.

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

Color convert

RGB 173 144 37 -
CMYK 0 0.17 0.79 0.32
HSL 47.21º 0.65% 0.41% -
HSV(B) 47.21º 0.79% 0.68% -
XYZ 27.54 28.96 5.89 -
YUV 140.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 173 144 37 0 0.17 0.79 0.32 47.21 0.65 0.41
Hex AD 90 25 0 11 4F 20 2F 41 29
Octal 255 220 45 0 21 117 40 57 101 51
Binary 10101101 10010000 100101 0 10001 1001111 100000 101111 1000001 101001

Color Harmonies of #AD9025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9025

Black with #AD9025

Text Example


Text Example

White with #AD9025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9025; }

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

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

background-color css

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

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

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

border-color css

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

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

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