Html Css Color HEX #A6AF11 Citrus

📋 copy color: '#A6AF11'

red 166 ◦ green 175 ◦ blue 17

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

Shades of Citrus #A6AF11

Tints of Citrus #A6AF11

RGB

 RED value IS 166 (65.23% from 255) = 46.37%

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 46.37%
G = 48.88%
B = 4.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#A6AF11 (or 0xA6AF11) is known color: Citrus. HEX triplet: A6, AF and 11. RGB value is (166,175,17). Sum of RGB (Red+Green+Blue) = 166+175+17=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF11 is #5950EE. Grayscale: #9A9A9A. Windows color (decimal): -5853423 or 1159078. OLE color: 1159078.

HSL color Cylindrical-coordinate representation of color #A6AF11: hue angle of 63.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6AF11 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 17 -
CMYK 0.05 0 0.90 0.31
HSL 63.42º 0.82% 0.38% -
HSV(B) 63.42º 0.9% 0.69% -
XYZ 31.16 38.81 6.38 -
YUV 154.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 166 175 17 0.05 0 0.90 0.31 63.42 0.82 0.38
Hex A6 AF 11 5 0 5A 1F 3F 52 26
Octal 246 257 21 5 0 132 37 77 122 46
Binary 10100110 10101111 10001 101 0 1011010 11111 111111 1010010 100110

Color Harmonies of #A6AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF11

Black with #A6AF11

Text Example


Text Example

White with #A6AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF11; }

 p { color: rgb(166,175,17); }

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

background-color css

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

 a { background-color: rgb(166,175,17); }

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

border-color css

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

 span { border-color: rgb(166,175,17); }

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