Html Css Color HEX #A0A510 Citrus

📋 copy color: '#A0A510'

red 160 ◦ green 165 ◦ blue 16

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

Shades of Citrus #A0A510

Tints of Citrus #A0A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.39%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 46.92%
G = 48.39%
B = 4.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A0A510 (or 0xA0A510) is known color: Citrus. HEX triplet: A0, A5 and 10. RGB value is (160,165,16). Sum of RGB (Red+Green+Blue) = 160+165+16=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A510 is #5F5AEF. Grayscale: #939393. Windows color (decimal): -6249200 or 1090976. OLE color: 1090976.

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

Color convert

RGB 160 165 16 -
CMYK 0.03 0 0.90 0.35
HSL 62.01º 0.82% 0.35% -
HSV(B) 62.01º 0.9% 0.65% -
XYZ 28.05 34.42 5.66 -
YUV 146.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 160 165 16 0.03 0 0.90 0.35 62.01 0.82 0.35
Hex A0 A5 10 3 0 5A 23 3E 52 23
Octal 240 245 20 3 0 132 43 76 122 43
Binary 10100000 10100101 10000 11 0 1011010 100011 111110 1010010 100011

Color Harmonies of #A0A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A510

Black with #A0A510

Text Example


Text Example

White with #A0A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A510; }

 p { color: rgb(160,165,16); }

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

background-color css

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

 a { background-color: rgb(160,165,16); }

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

border-color css

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

 span { border-color: rgb(160,165,16); }

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