Html Css Color HEX #A6AD0A Citrus

📋 copy color: '#A6AD0A'

red 166 ◦ green 173 ◦ blue 10

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

Shades of Citrus #A6AD0A

Tints of Citrus #A6AD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 47.56%
G = 49.57%
B = 2.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#A6AD0A (or 0xA6AD0A) is known color: Citrus. HEX triplet: A6, AD and 0A. RGB value is (166,173,10). Sum of RGB (Red+Green+Blue) = 166+173+10=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD0A is #5952F5. Grayscale: #989898. Windows color (decimal): -5853942 or 699814. OLE color: 699814.

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

Color convert

RGB 166 173 10 -
CMYK 0.04 0 0.94 0.32
HSL 62.58º 0.89% 0.36% -
HSV(B) 62.58º 0.94% 0.68% -
XYZ 30.72 38.02 6.01 -
YUV 152.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 166 173 10 0.04 0 0.94 0.32 62.58 0.89 0.36
Hex A6 AD A 4 0 5E 20 3F 59 24
Octal 246 255 12 4 0 136 40 77 131 44
Binary 10100110 10101101 1010 100 0 1011110 100000 111111 1011001 100100

Color Harmonies of #A6AD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD0A

Black with #A6AD0A

Text Example


Text Example

White with #A6AD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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