Html Css Color HEX #A1A30A Citrus

📋 copy color: '#A1A30A'

red 161 ◦ green 163 ◦ blue 10

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

Shades of Citrus #A1A30A

Tints of Citrus #A1A30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.8%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 48.2%
G = 48.8%
B = 2.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A1A30A (or 0xA1A30A) is known color: Citrus. HEX triplet: A1, A3 and 0A. RGB value is (161,163,10). Sum of RGB (Red+Green+Blue) = 161+163+10=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A30A is #5E5CF5. Grayscale: #919191. Windows color (decimal): -6184182 or 697249. OLE color: 697249.

HSL color Cylindrical-coordinate representation of color #A1A30A: hue angle of 60.78º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1A30A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 10 -
CMYK 0.01 0 0.94 0.36
HSL 60.78º 0.88% 0.34% -
HSV(B) 60.78º 0.94% 0.64% -
XYZ 27.85 33.79 5.34 -
YUV 144.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 161 163 10 0.01 0 0.94 0.36 60.78 0.88 0.34
Hex A1 A3 A 1 0 5E 24 3D 58 22
Octal 241 243 12 1 0 136 44 75 130 42
Binary 10100001 10100011 1010 1 0 1011110 100100 111101 1011000 100010

Color Harmonies of #A1A30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A30A

Black with #A1A30A

Text Example


Text Example

White with #A1A30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A30A; }

 p { color: rgb(161,163,10); }

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

background-color css

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

 a { background-color: rgb(161,163,10); }

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

border-color css

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

 span { border-color: rgb(161,163,10); }

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