Html Css Color HEX #A1A308 Citrus

📋 copy color: '#A1A308'

red 161 ◦ green 163 ◦ blue 8

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

Shades of Citrus #A1A308

Tints of Citrus #A1A308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 48.49%
G = 49.1%
B = 2.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A1A308 (or 0xA1A308) is known color: Citrus. HEX triplet: A1, A3 and 08. RGB value is (161,163,8). Sum of RGB (Red+Green+Blue) = 161+163+8=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A308 is #5E5CF7. Grayscale: #919191. Windows color (decimal): -6184184 or 566177. OLE color: 566177.

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

Color convert

RGB 161 163 8 -
CMYK 0.01 0 0.95 0.36
HSL 60.77º 0.91% 0.34% -
HSV(B) 60.77º 0.95% 0.64% -
XYZ 27.84 33.79 5.28 -
YUV 144.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 161 163 8 0.01 0 0.95 0.36 60.77 0.91 0.34
Hex A1 A3 8 1 0 5F 24 3D 5B 22
Octal 241 243 10 1 0 137 44 75 133 42
Binary 10100001 10100011 1000 1 0 1011111 100100 111101 1011011 100010

Color Harmonies of #A1A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A308

Black with #A1A308

Text Example


Text Example

White with #A1A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A308; }

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

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

background-color css

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

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

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

border-color css

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

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

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