Html Css Color HEX #A0AB16 Citrus

📋 copy color: '#A0AB16'

red 160 ◦ green 171 ◦ blue 22

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

Shades of Citrus #A0AB16

Tints of Citrus #A0AB16

RGB

 RED value IS 160 (62.89% from 255) = 45.33%

 GREEN value IS 171 (67.19% from 255) = 48.44%

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

R = 45.33%
G = 48.44%
B = 6.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#A0AB16 (or 0xA0AB16) is known color: Citrus. HEX triplet: A0, AB and 16. RGB value is (160,171,22). Sum of RGB (Red+Green+Blue) = 160+171+22=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB16 is #5F54E9. Grayscale: #979797. Windows color (decimal): -6247658 or 1485728. OLE color: 1485728.

HSL color Cylindrical-coordinate representation of color #A0AB16: hue angle of 64.43º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0AB16 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 22 -
CMYK 0.06 0 0.87 0.33
HSL 64.43º 0.77% 0.38% -
HSV(B) 64.43º 0.87% 0.67% -
XYZ 29.2 36.66 6.3 -
YUV 150.73 55.36 134.62 -
System Red Green Blue C M Y K H S L
Decimal 160 171 22 0.06 0 0.87 0.33 64.43 0.77 0.38
Hex A0 AB 16 6 0 57 21 40 4D 26
Octal 240 253 26 6 0 127 41 100 115 46
Binary 10100000 10101011 10110 110 0 1010111 100001 1000000 1001101 100110

Color Harmonies of #A0AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB16

Black with #A0AB16

Text Example


Text Example

White with #A0AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB16; }

 p { color: rgb(160,171,22); }

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

background-color css

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

 a { background-color: rgb(160,171,22); }

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

border-color css

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

 span { border-color: rgb(160,171,22); }

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