Html Css Color HEX #AD8D21 Sahara

📋 copy color: '#AD8D21'

red 173 ◦ green 141 ◦ blue 33

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

Shades of Sahara #AD8D21

Tints of Sahara #AD8D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 49.86%
G = 40.63%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD8D21 (or 0xAD8D21) is known color: Sahara. HEX triplet: AD, 8D and 21. RGB value is (173,141,33). Sum of RGB (Red+Green+Blue) = 173+141+33=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D21 is #5272DE. Grayscale: #8A8A8A. Windows color (decimal): -5403359 or 2198957. OLE color: 2198957.

HSL color Cylindrical-coordinate representation of color #AD8D21: hue angle of 46.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD8D21 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 33 -
CMYK 0 0.18 0.81 0.32
HSL 46.29º 0.68% 0.4% -
HSV(B) 46.29º 0.81% 0.68% -
XYZ 27.03 28.04 5.43 -
YUV 138.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 173 141 33 0 0.18 0.81 0.32 46.29 0.68 0.4
Hex AD 8D 21 0 12 51 20 2E 44 28
Octal 255 215 41 0 22 121 40 56 104 50
Binary 10101101 10001101 100001 0 10010 1010001 100000 101110 1000100 101000

Color Harmonies of #AD8D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D21

Black with #AD8D21

Text Example


Text Example

White with #AD8D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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