Html Css Color HEX #A1AA0B Citrus

📋 copy color: '#A1AA0B'

red 161 ◦ green 170 ◦ blue 11

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

Shades of Citrus #A1AA0B

Tints of Citrus #A1AA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 47.08%
G = 49.71%
B = 3.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#A1AA0B (or 0xA1AA0B) is known color: Citrus. HEX triplet: A1, AA and 0B. RGB value is (161,170,11). Sum of RGB (Red+Green+Blue) = 161+170+11=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA0B is #5E55F4. Grayscale: #959595. Windows color (decimal): -6182389 or 764577. OLE color: 764577.

HSL color Cylindrical-coordinate representation of color #A1AA0B: hue angle of 63.4º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1AA0B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 170 11 -
CMYK 0.05 0 0.94 0.33
HSL 63.4º 0.88% 0.35% -
HSV(B) 63.4º 0.94% 0.67% -
XYZ 29.13 36.35 5.8 -
YUV 149.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 161 170 11 0.05 0 0.94 0.33 63.4 0.88 0.35
Hex A1 AA B 5 0 5E 21 3F 58 23
Octal 241 252 13 5 0 136 41 77 130 43
Binary 10100001 10101010 1011 101 0 1011110 100001 111111 1011000 100011

Color Harmonies of #A1AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA0B

Black with #A1AA0B

Text Example


Text Example

White with #A1AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA0B; }

 p { color: rgb(161,170,11); }

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

background-color css

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

 a { background-color: rgb(161,170,11); }

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

border-color css

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

 span { border-color: rgb(161,170,11); }

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