Html Css Color HEX #A0AE07 Citrus

📋 copy color: '#A0AE07'

red 160 ◦ green 174 ◦ blue 7

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

Shades of Citrus #A0AE07

Tints of Citrus #A0AE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 46.92%
G = 51.03%
B = 2.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A0AE07 (or 0xA0AE07) is known color: Citrus. HEX triplet: A0, AE and 07. RGB value is (160,174,7). Sum of RGB (Red+Green+Blue) = 160+174+7=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE07 is #5F51F8. Grayscale: #979797. Windows color (decimal): -6246905 or 503456. OLE color: 503456.

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

Color convert

RGB 160 174 7 -
CMYK 0.08 0 0.96 0.32
HSL 65.03º 0.92% 0.35% -
HSV(B) 65.03º 0.96% 0.68% -
XYZ 29.67 37.76 5.93 -
YUV 150.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 160 174 7 0.08 0 0.96 0.32 65.03 0.92 0.35
Hex A0 AE 7 8 0 60 20 41 5C 23
Octal 240 256 7 10 0 140 40 101 134 43
Binary 10100000 10101110 111 1000 0 1100000 100000 1000001 1011100 100011

Color Harmonies of #A0AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE07

Black with #A0AE07

Text Example


Text Example

White with #A0AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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