Html Css Color HEX #A1AF04 Citrus

📋 copy color: '#A1AF04'

red 161 ◦ green 175 ◦ blue 4

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

Shades of Citrus #A1AF04

Tints of Citrus #A1AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 47.35%
G = 51.47%
B = 1.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A1AF04 (or 0xA1AF04) is known color: Citrus. HEX triplet: A1, AF and 04. RGB value is (161,175,4). Sum of RGB (Red+Green+Blue) = 161+175+4=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF04 is #5E50FB. Grayscale: #979797. Windows color (decimal): -6181116 or 307105. OLE color: 307105.

HSL color Cylindrical-coordinate representation of color #A1AF04: hue angle of 64.91º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1AF04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 4 -
CMYK 0.08 0 0.98 0.31
HSL 64.91º 0.96% 0.35% -
HSV(B) 64.91º 0.98% 0.69% -
XYZ 30.05 38.25 5.91 -
YUV 151.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 161 175 4 0.08 0 0.98 0.31 64.91 0.96 0.35
Hex A1 AF 4 8 0 62 1F 41 60 23
Octal 241 257 4 10 0 142 37 101 140 43
Binary 10100001 10101111 100 1000 0 1100010 11111 1000001 1100000 100011

Color Harmonies of #A1AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF04

Black with #A1AF04

Text Example


Text Example

White with #A1AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF04; }

 p { color: rgb(161,175,4); }

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

background-color css

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

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

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

border-color css

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

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

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