Html Css Color HEX #A2AC12 Citrus

📋 copy color: '#A2AC12'

red 162 ◦ green 172 ◦ blue 18

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

Shades of Citrus #A2AC12

Tints of Citrus #A2AC12

RGB

 RED value IS 162 (63.67% from 255) = 46.02%

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

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 46.02%
G = 48.86%
B = 5.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#A2AC12 (or 0xA2AC12) is known color: Citrus. HEX triplet: A2, AC and 12. RGB value is (162,172,18). Sum of RGB (Red+Green+Blue) = 162+172+18=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC12 is #5D53ED. Grayscale: #989898. Windows color (decimal): -6116334 or 1223842. OLE color: 1223842.

HSL color Cylindrical-coordinate representation of color #A2AC12: hue angle of 63.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2AC12 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 18 -
CMYK 0.06 0 0.90 0.33
HSL 63.9º 0.81% 0.37% -
HSV(B) 63.9º 0.9% 0.67% -
XYZ 29.76 37.23 6.19 -
YUV 151.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 162 172 18 0.06 0 0.90 0.33 63.9 0.81 0.37
Hex A2 AC 12 6 0 5A 21 40 51 25
Octal 242 254 22 6 0 132 41 100 121 45
Binary 10100010 10101100 10010 110 0 1011010 100001 1000000 1010001 100101

Color Harmonies of #A2AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC12

Black with #A2AC12

Text Example


Text Example

White with #A2AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC12; }

 p { color: rgb(162,172,18); }

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

background-color css

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

 a { background-color: rgb(162,172,18); }

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

border-color css

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

 span { border-color: rgb(162,172,18); }

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