Html Css Color HEX #A78C16 Lucky

📋 copy color: '#A78C16'

red 167 ◦ green 140 ◦ blue 22

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

Shades of Lucky #A78C16

Tints of Lucky #A78C16

RGB

 RED value IS 167 (65.63% from 255) = 50.76%

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 50.76%
G = 42.55%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A78C16 (or 0xA78C16) is known color: Lucky. HEX triplet: A7, 8C and 16. RGB value is (167,140,22). Sum of RGB (Red+Green+Blue) = 167+140+22=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78C16 is #5873E9. Grayscale: #878787. Windows color (decimal): -5796842 or 1477799. OLE color: 1477799.

HSL color Cylindrical-coordinate representation of color #A78C16: hue angle of 48.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A78C16 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 140 22 -
CMYK 0 0.16 0.87 0.35
HSL 48.83º 0.77% 0.37% -
HSV(B) 48.83º 0.87% 0.65% -
XYZ 25.46 27.03 4.63 -
YUV 134.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 167 140 22 0 0.16 0.87 0.35 48.83 0.77 0.37
Hex A7 8C 16 0 10 57 23 31 4D 25
Octal 247 214 26 0 20 127 43 61 115 45
Binary 10100111 10001100 10110 0 10000 1010111 100011 110001 1001101 100101

Color Harmonies of #A78C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78C16

Black with #A78C16

Text Example


Text Example

White with #A78C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78C16; }

 p { color: rgb(167,140,22); }

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

background-color css

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

 a { background-color: rgb(167,140,22); }

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

border-color css

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

 span { border-color: rgb(167,140,22); }

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