Html Css Color HEX #AD982B Sahara

📋 copy color: '#AD982B'

red 173 ◦ green 152 ◦ blue 43

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

Shades of Sahara #AD982B

Tints of Sahara #AD982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 47.01%
G = 41.3%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD982B (or 0xAD982B) is known color: Sahara. HEX triplet: AD, 98 and 2B. RGB value is (173,152,43). Sum of RGB (Red+Green+Blue) = 173+152+43=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD982B is #5267D4. Grayscale: #929292. Windows color (decimal): -5400533 or 2857133. OLE color: 2857133.

HSL color Cylindrical-coordinate representation of color #AD982B: hue angle of 50.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD982B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 43 -
CMYK 0 0.12 0.75 0.32
HSL 50.31º 0.6% 0.42% -
HSV(B) 50.31º 0.75% 0.68% -
XYZ 28.9 31.52 6.85 -
YUV 145.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 173 152 43 0 0.12 0.75 0.32 50.31 0.6 0.42
Hex AD 98 2B 0 C 4B 20 32 3C 2A
Octal 255 230 53 0 14 113 40 62 74 52
Binary 10101101 10011000 101011 0 1100 1001011 100000 110010 111100 101010

Color Harmonies of #AD982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD982B

Black with #AD982B

Text Example


Text Example

White with #AD982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD982B; }

 p { color: rgb(173,152,43); }

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

background-color css

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

 a { background-color: rgb(173,152,43); }

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

border-color css

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

 span { border-color: rgb(173,152,43); }

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