Html Css Color HEX #A1A305 Citrus

📋 copy color: '#A1A305'

red 161 ◦ green 163 ◦ blue 5

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

Shades of Citrus #A1A305

Tints of Citrus #A1A305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 48.94%
G = 49.54%
B = 1.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A1A305 (or 0xA1A305) is known color: Citrus. HEX triplet: A1, A3 and 05. RGB value is (161,163,5). Sum of RGB (Red+Green+Blue) = 161+163+5=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A305 is #5E5CFA. Grayscale: #919191. Windows color (decimal): -6184187 or 369569. OLE color: 369569.

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

Color convert

RGB 161 163 5 -
CMYK 0.01 0 0.97 0.36
HSL 60.76º 0.94% 0.33% -
HSV(B) 60.76º 0.97% 0.64% -
XYZ 27.82 33.78 5.2 -
YUV 144.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 161 163 5 0.01 0 0.97 0.36 60.76 0.94 0.33
Hex A1 A3 5 1 0 61 24 3D 5E 21
Octal 241 243 5 1 0 141 44 75 136 41
Binary 10100001 10100011 101 1 0 1100001 100100 111101 1011110 100001

Color Harmonies of #A1A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A305

Black with #A1A305

Text Example


Text Example

White with #A1A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A305; }

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

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

background-color css

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

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

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

border-color css

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

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

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