Html Css Color HEX #A48F0C Lucky

📋 copy color: '#A48F0C'

red 164 ◦ green 143 ◦ blue 12

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

Shades of Lucky #A48F0C

Tints of Lucky #A48F0C

RGB

 RED value IS 164 (64.45% from 255) = 51.41%

 GREEN value IS 143 (56.25% from 255) = 44.83%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 51.41%
G = 44.83%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A48F0C (or 0xA48F0C) is known color: Lucky. HEX triplet: A4, 8F and 0C. RGB value is (164,143,12). Sum of RGB (Red+Green+Blue) = 164+143+12=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F0C is #5B70F3. Grayscale: #868686. Windows color (decimal): -5992692 or 823204. OLE color: 823204.

HSL color Cylindrical-coordinate representation of color #A48F0C: hue angle of 51.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A48F0C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 12 -
CMYK 0 0.13 0.93 0.36
HSL 51.71º 0.86% 0.35% -
HSV(B) 51.71º 0.93% 0.64% -
XYZ 25.2 27.56 4.34 -
YUV 134.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 164 143 12 0 0.13 0.93 0.36 51.71 0.86 0.35
Hex A4 8F C 0 D 5D 24 34 56 23
Octal 244 217 14 0 15 135 44 64 126 43
Binary 10100100 10001111 1100 0 1101 1011101 100100 110100 1010110 100011

Color Harmonies of #A48F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F0C

Black with #A48F0C

Text Example


Text Example

White with #A48F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F0C; }

 p { color: rgb(164,143,12); }

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

background-color css

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

 a { background-color: rgb(164,143,12); }

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

border-color css

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

 span { border-color: rgb(164,143,12); }

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