Html Css Color HEX #A0AE0C Citrus

📋 copy color: '#A0AE0C'

red 160 ◦ green 174 ◦ blue 12

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

Shades of Citrus #A0AE0C

Tints of Citrus #A0AE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 46.24%
G = 50.29%
B = 3.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#A0AE0C (or 0xA0AE0C) is known color: Citrus. HEX triplet: A0, AE and 0C. RGB value is (160,174,12). Sum of RGB (Red+Green+Blue) = 160+174+12=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE0C is #5F51F3. Grayscale: #979797. Windows color (decimal): -6246900 or 831136. OLE color: 831136.

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

Color convert

RGB 160 174 12 -
CMYK 0.08 0 0.93 0.32
HSL 65.19º 0.87% 0.36% -
HSV(B) 65.19º 0.93% 0.68% -
XYZ 29.7 37.77 6.07 -
YUV 151.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 160 174 12 0.08 0 0.93 0.32 65.19 0.87 0.36
Hex A0 AE C 8 0 5D 20 41 57 24
Octal 240 256 14 10 0 135 40 101 127 44
Binary 10100000 10101110 1100 1000 0 1011101 100000 1000001 1010111 100100

Color Harmonies of #A0AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE0C

Black with #A0AE0C

Text Example


Text Example

White with #A0AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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