Html Css Color HEX #A0AC13 Citrus

📋 copy color: '#A0AC13'

red 160 ◦ green 172 ◦ blue 19

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

Shades of Citrus #A0AC13

Tints of Citrus #A0AC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 45.58%
G = 49%
B = 5.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#A0AC13 (or 0xA0AC13) is known color: Citrus. HEX triplet: A0, AC and 13. RGB value is (160,172,19). Sum of RGB (Red+Green+Blue) = 160+172+19=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC13 is #5F53EC. Grayscale: #979797. Windows color (decimal): -6247405 or 1289376. OLE color: 1289376.

HSL color Cylindrical-coordinate representation of color #A0AC13: hue angle of 64.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0AC13 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 19 -
CMYK 0.07 0 0.89 0.33
HSL 64.71º 0.8% 0.37% -
HSV(B) 64.71º 0.89% 0.67% -
XYZ 29.37 37.03 6.21 -
YUV 150.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 160 172 19 0.07 0 0.89 0.33 64.71 0.8 0.37
Hex A0 AC 13 7 0 59 21 41 50 25
Octal 240 254 23 7 0 131 41 101 120 45
Binary 10100000 10101100 10011 111 0 1011001 100001 1000001 1010000 100101

Color Harmonies of #A0AC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC13

Black with #A0AC13

Text Example


Text Example

White with #A0AC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC13; }

 p { color: rgb(160,172,19); }

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

background-color css

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

 a { background-color: rgb(160,172,19); }

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

border-color css

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

 span { border-color: rgb(160,172,19); }

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