Html Css Color HEX #A48C0C Lucky

📋 copy color: '#A48C0C'

red 164 ◦ green 140 ◦ blue 12

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

Shades of Lucky #A48C0C

Tints of Lucky #A48C0C

RGB

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

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

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

R = 51.9%
G = 44.3%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A48C0C (or 0xA48C0C) is known color: Lucky. HEX triplet: A4, 8C and 0C. RGB value is (164,140,12). Sum of RGB (Red+Green+Blue) = 164+140+12=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C0C is #5B73F3. Grayscale: #858585. Windows color (decimal): -5993460 or 822436. OLE color: 822436.

HSL color Cylindrical-coordinate representation of color #A48C0C: hue angle of 50.53º 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 #A48C0C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 12 -
CMYK 0 0.15 0.93 0.36
HSL 50.53º 0.86% 0.35% -
HSV(B) 50.53º 0.93% 0.64% -
XYZ 24.75 26.68 4.19 -
YUV 132.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 164 140 12 0 0.15 0.93 0.36 50.53 0.86 0.35
Hex A4 8C C 0 F 5D 24 33 56 23
Octal 244 214 14 0 17 135 44 63 126 43
Binary 10100100 10001100 1100 0 1111 1011101 100100 110011 1010110 100011

Color Harmonies of #A48C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C0C

Black with #A48C0C

Text Example


Text Example

White with #A48C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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