Html Css Color HEX #A1AD12 Citrus

📋 copy color: '#A1AD12'

red 161 ◦ green 173 ◦ blue 18

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

Shades of Citrus #A1AD12

Tints of Citrus #A1AD12

RGB

 RED value IS 161 (63.28% from 255) = 45.74%

 GREEN value IS 173 (67.97% from 255) = 49.15%

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

R = 45.74%
G = 49.15%
B = 5.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#A1AD12 (or 0xA1AD12) is known color: Citrus. HEX triplet: A1, AD and 12. RGB value is (161,173,18). Sum of RGB (Red+Green+Blue) = 161+173+18=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD12 is #5E52ED. Grayscale: #989898. Windows color (decimal): -6181614 or 1224097. OLE color: 1224097.

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

Color convert

RGB 161 173 18 -
CMYK 0.07 0 0.90 0.32
HSL 64.65º 0.81% 0.37% -
HSV(B) 64.65º 0.9% 0.68% -
XYZ 29.75 37.51 6.24 -
YUV 151.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 161 173 18 0.07 0 0.90 0.32 64.65 0.81 0.37
Hex A1 AD 12 7 0 5A 20 41 51 25
Octal 241 255 22 7 0 132 40 101 121 45
Binary 10100001 10101101 10010 111 0 1011010 100000 1000001 1010001 100101

Color Harmonies of #A1AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD12

Black with #A1AD12

Text Example


Text Example

White with #A1AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD12; }

 p { color: rgb(161,173,18); }

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

background-color css

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

 a { background-color: rgb(161,173,18); }

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

border-color css

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

 span { border-color: rgb(161,173,18); }

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