Html Css Color HEX #A48F13 Lucky

📋 copy color: '#A48F13'

red 164 ◦ green 143 ◦ blue 19

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

Shades of Lucky #A48F13

Tints of Lucky #A48F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 50.31%
G = 43.87%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A48F13 (or 0xA48F13) is known color: Lucky. HEX triplet: A4, 8F and 13. RGB value is (164,143,19). Sum of RGB (Red+Green+Blue) = 164+143+19=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F13 is #5B70EC. Grayscale: #878787. Windows color (decimal): -5992685 or 1281956. OLE color: 1281956.

HSL color Cylindrical-coordinate representation of color #A48F13: hue angle of 51.31º degrees, saturation: 0.79, 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 #A48F13 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 19 -
CMYK 0 0.13 0.88 0.36
HSL 51.31º 0.79% 0.36% -
HSV(B) 51.31º 0.88% 0.64% -
XYZ 25.25 27.58 4.61 -
YUV 135.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 164 143 19 0 0.13 0.88 0.36 51.31 0.79 0.36
Hex A4 8F 13 0 D 58 24 33 4F 24
Octal 244 217 23 0 15 130 44 63 117 44
Binary 10100100 10001111 10011 0 1101 1011000 100100 110011 1001111 100100

Color Harmonies of #A48F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F13

Black with #A48F13

Text Example


Text Example

White with #A48F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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