Html Css Color HEX #AD942B Sahara

📋 copy color: '#AD942B'

red 173 ◦ green 148 ◦ blue 43

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

Shades of Sahara #AD942B

Tints of Sahara #AD942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 47.53%
G = 40.66%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD942B (or 0xAD942B) is known color: Sahara. HEX triplet: AD, 94 and 2B. RGB value is (173,148,43). Sum of RGB (Red+Green+Blue) = 173+148+43=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD942B is #526BD4. Grayscale: #8F8F8F. Windows color (decimal): -5401557 or 2856109. OLE color: 2856109.

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

Color convert

RGB 173 148 43 -
CMYK 0 0.14 0.75 0.32
HSL 48.46º 0.6% 0.42% -
HSV(B) 48.46º 0.75% 0.68% -
XYZ 28.26 30.24 6.63 -
YUV 143.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 173 148 43 0 0.14 0.75 0.32 48.46 0.6 0.42
Hex AD 94 2B 0 E 4B 20 30 3C 2A
Octal 255 224 53 0 16 113 40 60 74 52
Binary 10101101 10010100 101011 0 1110 1001011 100000 110000 111100 101010

Color Harmonies of #AD942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD942B

Black with #AD942B

Text Example


Text Example

White with #AD942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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