Html Css Color HEX #AD8D26 Sahara

📋 copy color: '#AD8D26'

red 173 ◦ green 141 ◦ blue 38

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

Shades of Sahara #AD8D26

Tints of Sahara #AD8D26

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

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

R = 49.15%
G = 40.06%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD8D26 (or 0xAD8D26) is known color: Sahara. HEX triplet: AD, 8D and 26. RGB value is (173,141,38). Sum of RGB (Red+Green+Blue) = 173+141+38=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D26 is #5272D9. Grayscale: #8B8B8B. Windows color (decimal): -5403354 or 2526637. OLE color: 2526637.

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

Color convert

RGB 173 141 38 -
CMYK 0 0.18 0.78 0.32
HSL 45.78º 0.64% 0.41% -
HSV(B) 45.78º 0.78% 0.68% -
XYZ 27.11 28.07 5.82 -
YUV 138.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 173 141 38 0 0.18 0.78 0.32 45.78 0.64 0.41
Hex AD 8D 26 0 12 4E 20 2E 40 29
Octal 255 215 46 0 22 116 40 56 100 51
Binary 10101101 10001101 100110 0 10010 1001110 100000 101110 1000000 101001

Color Harmonies of #AD8D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D26

Black with #AD8D26

Text Example


Text Example

White with #AD8D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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