Html Css Color HEX #A6AF01 Citrus

📋 copy color: '#A6AF01'

red 166 ◦ green 175 ◦ blue 1

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

Shades of Citrus #A6AF01

Tints of Citrus #A6AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 48.54%
G = 51.17%
B = 0.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A6AF01 (or 0xA6AF01) is known color: Citrus. HEX triplet: A6, AF and 01. RGB value is (166,175,1). Sum of RGB (Red+Green+Blue) = 166+175+1=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF01 is #5950FE. Grayscale: #999999. Windows color (decimal): -5853439 or 110502. OLE color: 110502.

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

Color convert

RGB 166 175 1 -
CMYK 0.05 0 0.99 0.31
HSL 63.1º 0.99% 0.35% -
HSV(B) 63.1º 0.99% 0.69% -
XYZ 31.06 38.77 5.87 -
YUV 152.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 166 175 1 0.05 0 0.99 0.31 63.1 0.99 0.35
Hex A6 AF 1 5 0 63 1F 3F 63 23
Octal 246 257 1 5 0 143 37 77 143 43
Binary 10100110 10101111 1 101 0 1100011 11111 111111 1100011 100011

Color Harmonies of #A6AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF01

Black with #A6AF01

Text Example


Text Example

White with #A6AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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