Html Css Color HEX #A1A716 Citrus

📋 copy color: '#A1A716'

red 161 ◦ green 167 ◦ blue 22

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

Shades of Citrus #A1A716

Tints of Citrus #A1A716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.71%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 46%
G = 47.71%
B = 6.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A1A716 (or 0xA1A716) is known color: Citrus. HEX triplet: A1, A7 and 16. RGB value is (161,167,22). Sum of RGB (Red+Green+Blue) = 161+167+22=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A716 is #5E58E9. Grayscale: #959595. Windows color (decimal): -6183146 or 1484705. OLE color: 1484705.

HSL color Cylindrical-coordinate representation of color #A1A716: hue angle of 62.48º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1A716 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 22 -
CMYK 0.04 0 0.87 0.35
HSL 62.48º 0.77% 0.37% -
HSV(B) 62.48º 0.87% 0.65% -
XYZ 28.66 35.27 6.06 -
YUV 148.68 56.51 136.79 -
System Red Green Blue C M Y K H S L
Decimal 161 167 22 0.04 0 0.87 0.35 62.48 0.77 0.37
Hex A1 A7 16 4 0 57 23 3E 4D 25
Octal 241 247 26 4 0 127 43 76 115 45
Binary 10100001 10100111 10110 100 0 1010111 100011 111110 1001101 100101

Color Harmonies of #A1A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A716

Black with #A1A716

Text Example


Text Example

White with #A1A716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A716; }

 p { color: rgb(161,167,22); }

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

background-color css

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

 a { background-color: rgb(161,167,22); }

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

border-color css

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

 span { border-color: rgb(161,167,22); }

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