Html Css Color HEX #A48B13 Lucky

📋 copy color: '#A48B13'

red 164 ◦ green 139 ◦ blue 19

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

Shades of Lucky #A48B13

Tints of Lucky #A48B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 50.93%
G = 43.17%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A48B13 (or 0xA48B13) is known color: Lucky. HEX triplet: A4, 8B and 13. RGB value is (164,139,19). Sum of RGB (Red+Green+Blue) = 164+139+19=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48B13 is #5B74EC. Grayscale: #858585. Windows color (decimal): -5993709 or 1280932. OLE color: 1280932.

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

Color convert

RGB 164 139 19 -
CMYK 0 0.15 0.88 0.36
HSL 49.66º 0.79% 0.36% -
HSV(B) 49.66º 0.88% 0.64% -
XYZ 24.66 26.4 4.41 -
YUV 132.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 164 139 19 0 0.15 0.88 0.36 49.66 0.79 0.36
Hex A4 8B 13 0 F 58 24 32 4F 24
Octal 244 213 23 0 17 130 44 62 117 44
Binary 10100100 10001011 10011 0 1111 1011000 100100 110010 1001111 100100

Color Harmonies of #A48B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B13

Black with #A48B13

Text Example


Text Example

White with #A48B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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