Html Css Color HEX #A6AD03 Citrus

📋 copy color: '#A6AD03'

red 166 ◦ green 173 ◦ blue 3

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

Shades of Citrus #A6AD03

Tints of Citrus #A6AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

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

R = 48.54%
G = 50.58%
B = 0.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#A6AD03 (or 0xA6AD03) is known color: Citrus. HEX triplet: A6, AD and 03. RGB value is (166,173,3). Sum of RGB (Red+Green+Blue) = 166+173+3=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD03 is #5952FC. Grayscale: #989898. Windows color (decimal): -5853949 or 241062. OLE color: 241062.

HSL color Cylindrical-coordinate representation of color #A6AD03: hue angle of 62.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6AD03 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 3 -
CMYK 0.04 0 0.98 0.32
HSL 62.47º 0.97% 0.35% -
HSV(B) 62.47º 0.98% 0.68% -
XYZ 30.69 38 5.8 -
YUV 151.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 166 173 3 0.04 0 0.98 0.32 62.47 0.97 0.35
Hex A6 AD 3 4 0 62 20 3E 61 23
Octal 246 255 3 4 0 142 40 76 141 43
Binary 10100110 10101101 11 100 0 1100010 100000 111110 1100001 100011

Color Harmonies of #A6AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD03

Black with #A6AD03

Text Example


Text Example

White with #A6AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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