Html Css Color HEX #A6AD04 Citrus

📋 copy color: '#A6AD04'

red 166 ◦ green 173 ◦ blue 4

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

Shades of Citrus #A6AD04

Tints of Citrus #A6AD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 48.4%
G = 50.44%
B = 1.17%

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

#A6AD04 (or 0xA6AD04) is known color: Citrus. HEX triplet: A6, AD and 04. RGB value is (166,173,4). Sum of RGB (Red+Green+Blue) = 166+173+4=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD04 is #5952FB. Grayscale: #989898. Windows color (decimal): -5853948 or 306598. OLE color: 306598.

HSL color Cylindrical-coordinate representation of color #A6AD04: hue angle of 62.49º degrees, saturation: 0.95, 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 #A6AD04 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 4 -
CMYK 0.04 0 0.98 0.32
HSL 62.49º 0.95% 0.35% -
HSV(B) 62.49º 0.98% 0.68% -
XYZ 30.69 38 5.83 -
YUV 151.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 166 173 4 0.04 0 0.98 0.32 62.49 0.95 0.35
Hex A6 AD 4 4 0 62 20 3E 5F 23
Octal 246 255 4 4 0 142 40 76 137 43
Binary 10100110 10101101 100 100 0 1100010 100000 111110 1011111 100011

Color Harmonies of #A6AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD04

Black with #A6AD04

Text Example


Text Example

White with #A6AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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