Html Css Color HEX #AD9226 Sahara

📋 copy color: '#AD9226'

red 173 ◦ green 146 ◦ blue 38

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

Shades of Sahara #AD9226

Tints of Sahara #AD9226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

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

R = 48.46%
G = 40.9%
B = 10.64%

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

#AD9226 (or 0xAD9226) is known color: Sahara. HEX triplet: AD, 92 and 26. RGB value is (173,146,38). Sum of RGB (Red+Green+Blue) = 173+146+38=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9226 is #526DD9. Grayscale: #8E8E8E. Windows color (decimal): -5402074 or 2527917. OLE color: 2527917.

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

Color convert

RGB 173 146 38 -
CMYK 0 0.16 0.78 0.32
HSL 48º 0.64% 0.41% -
HSV(B) 48º 0.78% 0.68% -
XYZ 27.86 29.58 6.08 -
YUV 141.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 173 146 38 0 0.16 0.78 0.32 48 0.64 0.41
Hex AD 92 26 0 10 4E 20 30 40 29
Octal 255 222 46 0 20 116 40 60 100 51
Binary 10101101 10010010 100110 0 10000 1001110 100000 110000 1000000 101001

Color Harmonies of #AD9226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9226

Black with #AD9226

Text Example


Text Example

White with #AD9226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9226; }

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

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

background-color css

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

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

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

border-color css

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

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

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