Html Css Color HEX #AD9026 Sahara

📋 copy color: '#AD9026'

red 173 ◦ green 144 ◦ blue 38

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

Shades of Sahara #AD9026

Tints of Sahara #AD9026

RGB

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

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

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

R = 48.73%
G = 40.56%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9026 (or 0xAD9026) is known color: Sahara. HEX triplet: AD, 90 and 26. RGB value is (173,144,38). Sum of RGB (Red+Green+Blue) = 173+144+38=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9026 is #526FD9. Grayscale: #8D8D8D. Windows color (decimal): -5402586 or 2527405. OLE color: 2527405.

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

Color convert

RGB 173 144 38 -
CMYK 0 0.17 0.78 0.32
HSL 47.11º 0.64% 0.41% -
HSV(B) 47.11º 0.78% 0.68% -
XYZ 27.56 28.97 5.97 -
YUV 140.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 173 144 38 0 0.17 0.78 0.32 47.11 0.64 0.41
Hex AD 90 26 0 11 4E 20 2F 40 29
Octal 255 220 46 0 21 116 40 57 100 51
Binary 10101101 10010000 100110 0 10001 1001110 100000 101111 1000000 101001

Color Harmonies of #AD9026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9026

Black with #AD9026

Text Example


Text Example

White with #AD9026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9026; }

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

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

background-color css

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

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

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

border-color css

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

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

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