Html Css Color HEX #AD9C2E Sahara

📋 copy color: '#AD9C2E'

red 173 ◦ green 156 ◦ blue 46

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

Shades of Sahara #AD9C2E

Tints of Sahara #AD9C2E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.6%

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 46.13%
G = 41.6%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD9C2E (or 0xAD9C2E) is known color: Sahara. HEX triplet: AD, 9C and 2E. RGB value is (173,156,46). Sum of RGB (Red+Green+Blue) = 173+156+46=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C2E is #5263D1. Grayscale: #959595. Windows color (decimal): -5399506 or 3054765. OLE color: 3054765.

HSL color Cylindrical-coordinate representation of color #AD9C2E: hue angle of 51.97º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD9C2E is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 156 46 -
CMYK 0 0.10 0.73 0.32
HSL 51.97º 0.58% 0.43% -
HSV(B) 51.97º 0.73% 0.68% -
XYZ 29.62 32.86 7.37 -
YUV 148.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 173 156 46 0 0.10 0.73 0.32 51.97 0.58 0.43
Hex AD 9C 2E 0 A 49 20 34 3A 2B
Octal 255 234 56 0 12 111 40 64 72 53
Binary 10101101 10011100 101110 0 1010 1001001 100000 110100 111010 101011

Color Harmonies of #AD9C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C2E

Black with #AD9C2E

Text Example


Text Example

White with #AD9C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C2E; }

 p { color: rgb(173,156,46); }

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

background-color css

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

 a { background-color: rgb(173,156,46); }

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

border-color css

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

 span { border-color: rgb(173,156,46); }

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