Html Css Color HEX #A19714 Lucky

📋 copy color: '#A19714'

red 161 ◦ green 151 ◦ blue 20

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

Shades of Lucky #A19714

Tints of Lucky #A19714

RGB

 RED value IS 161 (63.28% from 255) = 48.49%

 GREEN value IS 151 (59.38% from 255) = 45.48%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 48.49%
G = 45.48%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19714 (or 0xA19714) is known color: Lucky. HEX triplet: A1, 97 and 14. RGB value is (161,151,20). Sum of RGB (Red+Green+Blue) = 161+151+20=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A19714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19714 is #5E68EB. Grayscale: #8B8B8B. Windows color (decimal): -6187244 or 1349537. OLE color: 1349537.

HSL color Cylindrical-coordinate representation of color #A19714: hue angle of 55.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19714 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 20 -
CMYK 0 0.06 0.88 0.37
HSL 55.74º 0.78% 0.35% -
HSV(B) 55.74º 0.88% 0.63% -
XYZ 25.89 29.76 5.04 -
YUV 139.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 161 151 20 0 0.06 0.88 0.37 55.74 0.78 0.35
Hex A1 97 14 0 6 58 25 38 4E 23
Octal 241 227 24 0 6 130 45 70 116 43
Binary 10100001 10010111 10100 0 110 1011000 100101 111000 1001110 100011

Color Harmonies of #A19714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19714

Black with #A19714

Text Example


Text Example

White with #A19714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19714; }

 p { color: rgb(161,151,20); }

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

background-color css

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

 a { background-color: rgb(161,151,20); }

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

border-color css

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

 span { border-color: rgb(161,151,20); }

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