Html Css Color HEX #A1A814 Citrus

📋 copy color: '#A1A814'

red 161 ◦ green 168 ◦ blue 20

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

Shades of Citrus #A1A814

Tints of Citrus #A1A814

RGB

 RED value IS 161 (63.28% from 255) = 46.13%

 GREEN value IS 168 (66.02% from 255) = 48.14%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 46.13%
G = 48.14%
B = 5.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A1A814 (or 0xA1A814) is known color: Citrus. HEX triplet: A1, A8 and 14. RGB value is (161,168,20). Sum of RGB (Red+Green+Blue) = 161+168+20=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A814 is #5E57EB. Grayscale: #959595. Windows color (decimal): -6182892 or 1353889. OLE color: 1353889.

HSL color Cylindrical-coordinate representation of color #A1A814: hue angle of 62.84º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1A814 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 20 -
CMYK 0.04 0 0.88 0.34
HSL 62.84º 0.79% 0.37% -
HSV(B) 62.84º 0.88% 0.66% -
XYZ 28.83 35.63 6.02 -
YUV 149.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 161 168 20 0.04 0 0.88 0.34 62.84 0.79 0.37
Hex A1 A8 14 4 0 58 22 3F 4F 25
Octal 241 250 24 4 0 130 42 77 117 45
Binary 10100001 10101000 10100 100 0 1011000 100010 111111 1001111 100101

Color Harmonies of #A1A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A814

Black with #A1A814

Text Example


Text Example

White with #A1A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A814; }

 p { color: rgb(161,168,20); }

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

background-color css

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

 a { background-color: rgb(161,168,20); }

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

border-color css

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

 span { border-color: rgb(161,168,20); }

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