Html Css Color HEX #A48D1B Lucky

📋 copy color: '#A48D1B'

red 164 ◦ green 141 ◦ blue 27

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

Shades of Lucky #A48D1B

Tints of Lucky #A48D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 49.4%
G = 42.47%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A48D1B (or 0xA48D1B) is known color: Lucky. HEX triplet: A4, 8D and 1B. RGB value is (164,141,27). Sum of RGB (Red+Green+Blue) = 164+141+27=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D1B is #5B72E4. Grayscale: #878787. Windows color (decimal): -5993189 or 1805732. OLE color: 1805732.

HSL color Cylindrical-coordinate representation of color #A48D1B: hue angle of 49.93º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A48D1B is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 27 -
CMYK 0 0.14 0.84 0.36
HSL 49.93º 0.72% 0.37% -
HSV(B) 49.93º 0.84% 0.64% -
XYZ 25.03 27.02 4.93 -
YUV 134.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 164 141 27 0 0.14 0.84 0.36 49.93 0.72 0.37
Hex A4 8D 1B 0 E 54 24 32 48 25
Octal 244 215 33 0 16 124 44 62 110 45
Binary 10100100 10001101 11011 0 1110 1010100 100100 110010 1001000 100101

Color Harmonies of #A48D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D1B

Black with #A48D1B

Text Example


Text Example

White with #A48D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D1B; }

 p { color: rgb(164,141,27); }

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

background-color css

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

 a { background-color: rgb(164,141,27); }

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

border-color css

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

 span { border-color: rgb(164,141,27); }

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