Html Css Color HEX #A0AA1C Citrus

📋 copy color: '#A0AA1C'

red 160 ◦ green 170 ◦ blue 28

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

Shades of Citrus #A0AA1C

Tints of Citrus #A0AA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.49%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 44.69%
G = 47.49%
B = 7.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A0AA1C (or 0xA0AA1C) is known color: Citrus. HEX triplet: A0, AA and 1C. RGB value is (160,170,28). Sum of RGB (Red+Green+Blue) = 160+170+28=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA1C is #5F55E3. Grayscale: #979797. Windows color (decimal): -6247908 or 1878688. OLE color: 1878688.

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

Color convert

RGB 160 170 28 -
CMYK 0.06 0 0.84 0.33
HSL 64.23º 0.72% 0.39% -
HSV(B) 64.23º 0.84% 0.67% -
XYZ 29.08 36.31 6.57 -
YUV 150.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 160 170 28 0.06 0 0.84 0.33 64.23 0.72 0.39
Hex A0 AA 1C 6 0 54 21 40 48 27
Octal 240 252 34 6 0 124 41 100 110 47
Binary 10100000 10101010 11100 110 0 1010100 100001 1000000 1001000 100111

Color Harmonies of #A0AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA1C

Black with #A0AA1C

Text Example


Text Example

White with #A0AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA1C; }

 p { color: rgb(160,170,28); }

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

background-color css

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

 a { background-color: rgb(160,170,28); }

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

border-color css

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

 span { border-color: rgb(160,170,28); }

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