Html Css Color HEX #A6AF03 Citrus

📋 copy color: '#A6AF03'

red 166 ◦ green 175 ◦ blue 3

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

Shades of Citrus #A6AF03

Tints of Citrus #A6AF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 48.26%
G = 50.87%
B = 0.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A6AF03 (or 0xA6AF03) is known color: Citrus. HEX triplet: A6, AF and 03. RGB value is (166,175,3). Sum of RGB (Red+Green+Blue) = 166+175+3=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF03 is #5950FC. Grayscale: #999999. Windows color (decimal): -5853437 or 241574. OLE color: 241574.

HSL color Cylindrical-coordinate representation of color #A6AF03: hue angle of 63.14º degrees, saturation: 0.97, 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 #A6AF03 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 3 -
CMYK 0.05 0 0.98 0.31
HSL 63.14º 0.97% 0.35% -
HSV(B) 63.14º 0.98% 0.69% -
XYZ 31.07 38.77 5.93 -
YUV 152.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 166 175 3 0.05 0 0.98 0.31 63.14 0.97 0.35
Hex A6 AF 3 5 0 62 1F 3F 61 23
Octal 246 257 3 5 0 142 37 77 141 43
Binary 10100110 10101111 11 101 0 1100010 11111 111111 1100001 100011

Color Harmonies of #A6AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF03

Black with #A6AF03

Text Example


Text Example

White with #A6AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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