Html Css Color HEX #A0AE0A Citrus

📋 copy color: '#A0AE0A'

red 160 ◦ green 174 ◦ blue 10

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

Shades of Citrus #A0AE0A

Tints of Citrus #A0AE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 46.51%
G = 50.58%
B = 2.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#A0AE0A (or 0xA0AE0A) is known color: Citrus. HEX triplet: A0, AE and 0A. RGB value is (160,174,10). Sum of RGB (Red+Green+Blue) = 160+174+10=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE0A is #5F51F5. Grayscale: #979797. Windows color (decimal): -6246902 or 700064. OLE color: 700064.

HSL color Cylindrical-coordinate representation of color #A0AE0A: hue angle of 65.12º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0AE0A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 10 -
CMYK 0.08 0 0.94 0.32
HSL 65.12º 0.89% 0.36% -
HSV(B) 65.12º 0.94% 0.68% -
XYZ 29.69 37.77 6.01 -
YUV 151.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 160 174 10 0.08 0 0.94 0.32 65.12 0.89 0.36
Hex A0 AE A 8 0 5E 20 41 59 24
Octal 240 256 12 10 0 136 40 101 131 44
Binary 10100000 10101110 1010 1000 0 1011110 100000 1000001 1011001 100100

Color Harmonies of #A0AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE0A

Black with #A0AE0A

Text Example


Text Example

White with #A0AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE0A; }

 p { color: rgb(160,174,10); }

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

background-color css

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

 a { background-color: rgb(160,174,10); }

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

border-color css

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

 span { border-color: rgb(160,174,10); }

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