Html Css Color HEX #A6AF10 Citrus

📋 copy color: '#A6AF10'

red 166 ◦ green 175 ◦ blue 16

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

Shades of Citrus #A6AF10

Tints of Citrus #A6AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 46.5%
G = 49.02%
B = 4.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#A6AF10 (or 0xA6AF10) is known color: Citrus. HEX triplet: A6, AF and 10. RGB value is (166,175,16). Sum of RGB (Red+Green+Blue) = 166+175+16=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF10 is #5950EF. Grayscale: #9A9A9A. Windows color (decimal): -5853424 or 1093542. OLE color: 1093542.

HSL color Cylindrical-coordinate representation of color #A6AF10: hue angle of 63.4º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6AF10 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 16 -
CMYK 0.05 0 0.91 0.31
HSL 63.4º 0.83% 0.37% -
HSV(B) 63.4º 0.91% 0.69% -
XYZ 31.15 38.8 6.34 -
YUV 154.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 166 175 16 0.05 0 0.91 0.31 63.4 0.83 0.37
Hex A6 AF 10 5 0 5B 1F 3F 53 25
Octal 246 257 20 5 0 133 37 77 123 45
Binary 10100110 10101111 10000 101 0 1011011 11111 111111 1010011 100101

Color Harmonies of #A6AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF10

Black with #A6AF10

Text Example


Text Example

White with #A6AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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