Html Css Color HEX #A48B11 Lucky

📋 copy color: '#A48B11'

red 164 ◦ green 139 ◦ blue 17

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

Shades of Lucky #A48B11

Tints of Lucky #A48B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 51.25%
G = 43.44%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A48B11 (or 0xA48B11) is known color: Lucky. HEX triplet: A4, 8B and 11. RGB value is (164,139,17). Sum of RGB (Red+Green+Blue) = 164+139+17=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48B11 is #5B74EE. Grayscale: #858585. Windows color (decimal): -5993711 or 1149860. OLE color: 1149860.

HSL color Cylindrical-coordinate representation of color #A48B11: hue angle of 49.8º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48B11 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 139 17 -
CMYK 0 0.15 0.90 0.36
HSL 49.8º 0.81% 0.35% -
HSV(B) 49.8º 0.9% 0.64% -
XYZ 24.64 26.4 4.33 -
YUV 132.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 164 139 17 0 0.15 0.90 0.36 49.8 0.81 0.35
Hex A4 8B 11 0 F 5A 24 32 51 23
Octal 244 213 21 0 17 132 44 62 121 43
Binary 10100100 10001011 10001 0 1111 1011010 100100 110010 1010001 100011

Color Harmonies of #A48B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B11

Black with #A48B11

Text Example


Text Example

White with #A48B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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