Html Css Color HEX #AD951B Lucky

📋 copy color: '#AD951B'

red 173 ◦ green 149 ◦ blue 27

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

Shades of Lucky #AD951B

Tints of Lucky #AD951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 49.57%
G = 42.69%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD951B (or 0xAD951B) is known color: Lucky. HEX triplet: AD, 95 and 1B. RGB value is (173,149,27). Sum of RGB (Red+Green+Blue) = 173+149+27=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD951B is #526AE4. Grayscale: #8E8E8E. Windows color (decimal): -5401317 or 1807789. OLE color: 1807789.

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

Color convert

RGB 173 149 27 -
CMYK 0 0.14 0.84 0.32
HSL 50.14º 0.73% 0.39% -
HSV(B) 50.14º 0.84% 0.68% -
XYZ 28.18 30.46 5.43 -
YUV 142.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 173 149 27 0 0.14 0.84 0.32 50.14 0.73 0.39
Hex AD 95 1B 0 E 54 20 32 49 27
Octal 255 225 33 0 16 124 40 62 111 47
Binary 10101101 10010101 11011 0 1110 1010100 100000 110010 1001001 100111

Color Harmonies of #AD951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD951B

Black with #AD951B

Text Example


Text Example

White with #AD951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD951B; }

 p { color: rgb(173,149,27); }

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

background-color css

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

 a { background-color: rgb(173,149,27); }

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

border-color css

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

 span { border-color: rgb(173,149,27); }

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