Html Css Color HEX #A6AD14 Citrus

📋 copy color: '#A6AD14'

red 166 ◦ green 173 ◦ blue 20

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

Shades of Citrus #A6AD14

Tints of Citrus #A6AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 46.24%
G = 48.19%
B = 5.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#A6AD14 (or 0xA6AD14) is known color: Citrus. HEX triplet: A6, AD and 14. RGB value is (166,173,20). Sum of RGB (Red+Green+Blue) = 166+173+20=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD14 is #5952EB. Grayscale: #9A9A9A. Windows color (decimal): -5853932 or 1355174. OLE color: 1355174.

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

Color convert

RGB 166 173 20 -
CMYK 0.04 0 0.88 0.32
HSL 62.75º 0.79% 0.38% -
HSV(B) 62.75º 0.88% 0.68% -
XYZ 30.8 38.04 6.38 -
YUV 153.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 166 173 20 0.04 0 0.88 0.32 62.75 0.79 0.38
Hex A6 AD 14 4 0 58 20 3F 4F 26
Octal 246 255 24 4 0 130 40 77 117 46
Binary 10100110 10101101 10100 100 0 1011000 100000 111111 1001111 100110

Color Harmonies of #A6AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD14

Black with #A6AD14

Text Example


Text Example

White with #A6AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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