Html Css Color HEX #A88C1E Lucky

📋 copy color: '#A88C1E'

red 168 ◦ green 140 ◦ blue 30

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

Shades of Lucky #A88C1E

Tints of Lucky #A88C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 49.7%
G = 41.42%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A88C1E (or 0xA88C1E) is known color: Lucky. HEX triplet: A8, 8C and 1E. RGB value is (168,140,30). Sum of RGB (Red+Green+Blue) = 168+140+30=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C1E is #5773E1. Grayscale: #888888. Windows color (decimal): -5731298 or 2002088. OLE color: 2002088.

HSL color Cylindrical-coordinate representation of color #A88C1E: hue angle of 47.83º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A88C1E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 30 -
CMYK 0 0.17 0.82 0.34
HSL 47.83º 0.7% 0.39% -
HSV(B) 47.83º 0.82% 0.66% -
XYZ 25.76 27.17 5.12 -
YUV 135.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 168 140 30 0 0.17 0.82 0.34 47.83 0.7 0.39
Hex A8 8C 1E 0 11 52 22 30 46 27
Octal 250 214 36 0 21 122 42 60 106 47
Binary 10101000 10001100 11110 0 10001 1010010 100010 110000 1000110 100111

Color Harmonies of #A88C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C1E

Black with #A88C1E

Text Example


Text Example

White with #A88C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C1E; }

 p { color: rgb(168,140,30); }

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

background-color css

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

 a { background-color: rgb(168,140,30); }

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

border-color css

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

 span { border-color: rgb(168,140,30); }

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