Html Css Color HEX #A0AC10 Citrus

📋 copy color: '#A0AC10'

red 160 ◦ green 172 ◦ blue 16

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

Shades of Citrus #A0AC10

Tints of Citrus #A0AC10

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

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

R = 45.98%
G = 49.43%
B = 4.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#A0AC10 (or 0xA0AC10) is known color: Citrus. HEX triplet: A0, AC and 10. RGB value is (160,172,16). Sum of RGB (Red+Green+Blue) = 160+172+16=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC10 is #5F53EF. Grayscale: #979797. Windows color (decimal): -6247408 or 1092768. OLE color: 1092768.

HSL color Cylindrical-coordinate representation of color #A0AC10: hue angle of 64.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AC10 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 16 -
CMYK 0.07 0 0.91 0.33
HSL 64.62º 0.83% 0.37% -
HSV(B) 64.62º 0.91% 0.67% -
XYZ 29.34 37.02 6.09 -
YUV 150.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 160 172 16 0.07 0 0.91 0.33 64.62 0.83 0.37
Hex A0 AC 10 7 0 5B 21 41 53 25
Octal 240 254 20 7 0 133 41 101 123 45
Binary 10100000 10101100 10000 111 0 1011011 100001 1000001 1010011 100101

Color Harmonies of #A0AC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC10

Black with #A0AC10

Text Example


Text Example

White with #A0AC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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