Html Css Color HEX #A1A107 Citrus

📋 copy color: '#A1A107'

red 161 ◦ green 161 ◦ blue 7

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

Shades of Citrus #A1A107

Tints of Citrus #A1A107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 48.94%
G = 48.94%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A1A107 (or 0xA1A107) is known color: Citrus. HEX triplet: A1, A1 and 07. RGB value is (161,161,7). Sum of RGB (Red+Green+Blue) = 161+161+7=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A107 is #5E5EF8. Grayscale: #909090. Windows color (decimal): -6184697 or 500129. OLE color: 500129.

HSL color Cylindrical-coordinate representation of color #A1A107: hue angle of 60º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1A107 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 7 -
CMYK 0 0 0.96 0.37
HSL 60º 0.92% 0.33% -
HSV(B) 60º 0.96% 0.63% -
XYZ 27.48 33.08 5.14 -
YUV 143.44 51 140.52 -
System Red Green Blue C M Y K H S L
Decimal 161 161 7 0 0 0.96 0.37 60 0.92 0.33
Hex A1 A1 7 0 0 60 25 3C 5C 21
Octal 241 241 7 0 0 140 45 74 134 41
Binary 10100001 10100001 111 0 0 1100000 100101 111100 1011100 100001

Color Harmonies of #A1A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A107

Black with #A1A107

Text Example


Text Example

White with #A1A107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A107; }

 p { color: rgb(161,161,7); }

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

background-color css

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

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

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

border-color css

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

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

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