Html Css Color HEX #A8A61C Lucky

📋 copy color: '#A8A61C'

red 168 ◦ green 166 ◦ blue 28

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

Shades of Lucky #A8A61C

Tints of Lucky #A8A61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 46.41%
G = 45.86%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8A61C (or 0xA8A61C) is known color: Lucky. HEX triplet: A8, A6 and 1C. RGB value is (168,166,28). Sum of RGB (Red+Green+Blue) = 168+166+28=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A61C is #5759E3. Grayscale: #979797. Windows color (decimal): -5724644 or 1877672. OLE color: 1877672.

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

Color convert

RGB 168 166 28 -
CMYK 0 0.01 0.83 0.34
HSL 59.14º 0.71% 0.38% -
HSV(B) 59.14º 0.83% 0.66% -
XYZ 29.99 35.68 6.4 -
YUV 150.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 168 166 28 0 0.01 0.83 0.34 59.14 0.71 0.38
Hex A8 A6 1C 0 1 53 22 3B 47 26
Octal 250 246 34 0 1 123 42 73 107 46
Binary 10101000 10100110 11100 0 1 1010011 100010 111011 1000111 100110

Color Harmonies of #A8A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A61C

Black with #A8A61C

Text Example


Text Example

White with #A8A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A61C; }

 p { color: rgb(168,166,28); }

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

background-color css

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

 a { background-color: rgb(168,166,28); }

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

border-color css

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

 span { border-color: rgb(168,166,28); }

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