Html Css Color HEX #A88D1B Lucky

📋 copy color: '#A88D1B'

red 168 ◦ green 141 ◦ blue 27

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

Shades of Lucky #A88D1B

Tints of Lucky #A88D1B

RGB

 RED value IS 168 (66.02% from 255) = 50%

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

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

R = 50%
G = 41.96%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A88D1B (or 0xA88D1B) is known color: Lucky. HEX triplet: A8, 8D and 1B. RGB value is (168,141,27). Sum of RGB (Red+Green+Blue) = 168+141+27=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D1B is #5772E4. Grayscale: #888888. Windows color (decimal): -5731045 or 1805736. OLE color: 1805736.

HSL color Cylindrical-coordinate representation of color #A88D1B: hue angle of 48.51º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A88D1B is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 27 -
CMYK 0 0.16 0.84 0.34
HSL 48.51º 0.72% 0.38% -
HSV(B) 48.51º 0.84% 0.66% -
XYZ 25.87 27.45 4.97 -
YUV 136.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 168 141 27 0 0.16 0.84 0.34 48.51 0.72 0.38
Hex A8 8D 1B 0 10 54 22 31 48 26
Octal 250 215 33 0 20 124 42 61 110 46
Binary 10101000 10001101 11011 0 10000 1010100 100010 110001 1001000 100110

Color Harmonies of #A88D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D1B

Black with #A88D1B

Text Example


Text Example

White with #A88D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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