Html Css Color HEX #AD951A Lucky

📋 copy color: '#AD951A'

red 173 ◦ green 149 ◦ blue 26

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

Shades of Lucky #AD951A

Tints of Lucky #AD951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 49.71%
G = 42.82%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD951A (or 0xAD951A) is known color: Lucky. HEX triplet: AD, 95 and 1A. RGB value is (173,149,26). Sum of RGB (Red+Green+Blue) = 173+149+26=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD951A is #526AE5. Grayscale: #8E8E8E. Windows color (decimal): -5401318 or 1742253. OLE color: 1742253.

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

Color convert

RGB 173 149 26 -
CMYK 0 0.14 0.85 0.32
HSL 50.2º 0.74% 0.39% -
HSV(B) 50.2º 0.85% 0.68% -
XYZ 28.17 30.45 5.37 -
YUV 142.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 173 149 26 0 0.14 0.85 0.32 50.2 0.74 0.39
Hex AD 95 1A 0 E 55 20 32 4A 27
Octal 255 225 32 0 16 125 40 62 112 47
Binary 10101101 10010101 11010 0 1110 1010101 100000 110010 1001010 100111

Color Harmonies of #AD951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD951A

Black with #AD951A

Text Example


Text Example

White with #AD951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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