Html Css Color HEX #A39714 Lucky

📋 copy color: '#A39714'

red 163 ◦ green 151 ◦ blue 20

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

Shades of Lucky #A39714

Tints of Lucky #A39714

RGB

 RED value IS 163 (64.06% from 255) = 48.8%

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

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

R = 48.8%
G = 45.21%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A39714 (or 0xA39714) is known color: Lucky. HEX triplet: A3, 97 and 14. RGB value is (163,151,20). Sum of RGB (Red+Green+Blue) = 163+151+20=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A39714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39714 is #5C68EB. Grayscale: #8C8C8C. Windows color (decimal): -6056172 or 1349539. OLE color: 1349539.

HSL color Cylindrical-coordinate representation of color #A39714: hue angle of 54.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A39714 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 20 -
CMYK 0 0.07 0.88 0.36
HSL 54.97º 0.78% 0.36% -
HSV(B) 54.97º 0.88% 0.64% -
XYZ 26.3 29.97 5.06 -
YUV 139.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 163 151 20 0 0.07 0.88 0.36 54.97 0.78 0.36
Hex A3 97 14 0 7 58 24 37 4E 24
Octal 243 227 24 0 7 130 44 67 116 44
Binary 10100011 10010111 10100 0 111 1011000 100100 110111 1001110 100100

Color Harmonies of #A39714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39714

Black with #A39714

Text Example


Text Example

White with #A39714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39714; }

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

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

background-color css

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

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

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

border-color css

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

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

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