Html Css Color HEX #A48F1C Lucky

📋 copy color: '#A48F1C'

red 164 ◦ green 143 ◦ blue 28

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

Shades of Lucky #A48F1C

Tints of Lucky #A48F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 48.96%
G = 42.69%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A48F1C (or 0xA48F1C) is known color: Lucky. HEX triplet: A4, 8F and 1C. RGB value is (164,143,28). Sum of RGB (Red+Green+Blue) = 164+143+28=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F1C is #5B70E3. Grayscale: #888888. Windows color (decimal): -5992676 or 1871780. OLE color: 1871780.

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

Color convert

RGB 164 143 28 -
CMYK 0 0.13 0.83 0.36
HSL 50.74º 0.71% 0.38% -
HSV(B) 50.74º 0.83% 0.64% -
XYZ 25.34 27.62 5.09 -
YUV 136.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 164 143 28 0 0.13 0.83 0.36 50.74 0.71 0.38
Hex A4 8F 1C 0 D 53 24 33 47 26
Octal 244 217 34 0 15 123 44 63 107 46
Binary 10100100 10001111 11100 0 1101 1010011 100100 110011 1000111 100110

Color Harmonies of #A48F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F1C

Black with #A48F1C

Text Example


Text Example

White with #A48F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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