Html Css Color HEX #A0AF15 Citrus

📋 copy color: '#A0AF15'

red 160 ◦ green 175 ◦ blue 21

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

Shades of Citrus #A0AF15

Tints of Citrus #A0AF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.16%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 44.94%
G = 49.16%
B = 5.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#A0AF15 (or 0xA0AF15) is known color: Citrus. HEX triplet: A0, AF and 15. RGB value is (160,175,21). Sum of RGB (Red+Green+Blue) = 160+175+21=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF15 is #5F50EA. Grayscale: #999999. Windows color (decimal): -6246635 or 1421216. OLE color: 1421216.

HSL color Cylindrical-coordinate representation of color #A0AF15: hue angle of 65.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0AF15 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 21 -
CMYK 0.09 0 0.88 0.31
HSL 65.84º 0.79% 0.38% -
HSV(B) 65.84º 0.88% 0.69% -
XYZ 29.96 38.19 6.5 -
YUV 152.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 160 175 21 0.09 0 0.88 0.31 65.84 0.79 0.38
Hex A0 AF 15 9 0 58 1F 42 4F 26
Octal 240 257 25 11 0 130 37 102 117 46
Binary 10100000 10101111 10101 1001 0 1011000 11111 1000010 1001111 100110

Color Harmonies of #A0AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF15

Black with #A0AF15

Text Example


Text Example

White with #A0AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF15; }

 p { color: rgb(160,175,21); }

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

background-color css

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

 a { background-color: rgb(160,175,21); }

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

border-color css

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

 span { border-color: rgb(160,175,21); }

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