Html Css Color HEX #AD9425 Sahara

📋 copy color: '#AD9425'

red 173 ◦ green 148 ◦ blue 37

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

Shades of Sahara #AD9425

Tints of Sahara #AD9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 48.32%
G = 41.34%
B = 10.34%

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

#AD9425 (or 0xAD9425) is known color: Sahara. HEX triplet: AD, 94 and 25. RGB value is (173,148,37). Sum of RGB (Red+Green+Blue) = 173+148+37=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9425 is #526BDA. Grayscale: #8F8F8F. Windows color (decimal): -5401563 or 2462893. OLE color: 2462893.

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

Color convert

RGB 173 148 37 -
CMYK 0 0.14 0.79 0.32
HSL 48.97º 0.65% 0.41% -
HSV(B) 48.97º 0.79% 0.68% -
XYZ 28.16 30.2 6.09 -
YUV 142.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 173 148 37 0 0.14 0.79 0.32 48.97 0.65 0.41
Hex AD 94 25 0 E 4F 20 31 41 29
Octal 255 224 45 0 16 117 40 61 101 51
Binary 10101101 10010100 100101 0 1110 1001111 100000 110001 1000001 101001

Color Harmonies of #AD9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9425

Black with #AD9425

Text Example


Text Example

White with #AD9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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