Html Css Color HEX #A1A60F Citrus

📋 copy color: '#A1A60F'

red 161 ◦ green 166 ◦ blue 15

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

Shades of Citrus #A1A60F

Tints of Citrus #A1A60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 47.08%
G = 48.54%
B = 4.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A1A60F (or 0xA1A60F) is known color: Citrus. HEX triplet: A1, A6 and 0F. RGB value is (161,166,15). Sum of RGB (Red+Green+Blue) = 161+166+15=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A60F is #5E59F0. Grayscale: #939393. Windows color (decimal): -6183409 or 1025697. OLE color: 1025697.

HSL color Cylindrical-coordinate representation of color #A1A60F: hue angle of 61.99º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1A60F is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 15 -
CMYK 0.03 0 0.91 0.35
HSL 61.99º 0.83% 0.35% -
HSV(B) 61.99º 0.91% 0.65% -
XYZ 28.42 34.88 5.69 -
YUV 147.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 161 166 15 0.03 0 0.91 0.35 61.99 0.83 0.35
Hex A1 A6 F 3 0 5B 23 3E 53 23
Octal 241 246 17 3 0 133 43 76 123 43
Binary 10100001 10100110 1111 11 0 1011011 100011 111110 1010011 100011

Color Harmonies of #A1A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A60F

Black with #A1A60F

Text Example


Text Example

White with #A1A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A60F; }

 p { color: rgb(161,166,15); }

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

background-color css

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

 a { background-color: rgb(161,166,15); }

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

border-color css

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

 span { border-color: rgb(161,166,15); }

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