Html Css Color HEX #AD9126 Sahara

📋 copy color: '#AD9126'

red 173 ◦ green 145 ◦ blue 38

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

Shades of Sahara #AD9126

Tints of Sahara #AD9126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 48.6%
G = 40.73%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9126 (or 0xAD9126) is known color: Sahara. HEX triplet: AD, 91 and 26. RGB value is (173,145,38). Sum of RGB (Red+Green+Blue) = 173+145+38=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9126 is #526ED9. Grayscale: #8D8D8D. Windows color (decimal): -5402330 or 2527661. OLE color: 2527661.

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

Color convert

RGB 173 145 38 -
CMYK 0 0.16 0.78 0.32
HSL 47.56º 0.64% 0.41% -
HSV(B) 47.56º 0.78% 0.68% -
XYZ 27.71 29.27 6.02 -
YUV 141.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 173 145 38 0 0.16 0.78 0.32 47.56 0.64 0.41
Hex AD 91 26 0 10 4E 20 30 40 29
Octal 255 221 46 0 20 116 40 60 100 51
Binary 10101101 10010001 100110 0 10000 1001110 100000 110000 1000000 101001

Color Harmonies of #AD9126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9126

Black with #AD9126

Text Example


Text Example

White with #AD9126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9126; }

 p { color: rgb(173,145,38); }

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

background-color css

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

 a { background-color: rgb(173,145,38); }

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

border-color css

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

 span { border-color: rgb(173,145,38); }

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