Html Css Color HEX #A6A301 Citrus

📋 copy color: '#A6A301'

red 166 ◦ green 163 ◦ blue 1

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

Shades of Citrus #A6A301

Tints of Citrus #A6A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 50.3%
G = 49.39%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A6A301 (or 0xA6A301) is known color: Citrus. HEX triplet: A6, A3 and 01. RGB value is (166,163,1). Sum of RGB (Red+Green+Blue) = 166+163+1=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A301 is #595CFE. Grayscale: #929292. Windows color (decimal): -5856511 or 107430. OLE color: 107430.

HSL color Cylindrical-coordinate representation of color #A6A301: hue angle of 58.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6A301 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 1 -
CMYK 0 0.02 0.99 0.35
HSL 58.91º 0.99% 0.33% -
HSV(B) 58.91º 0.99% 0.65% -
XYZ 28.83 34.3 5.13 -
YUV 145.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 166 163 1 0 0.02 0.99 0.35 58.91 0.99 0.33
Hex A6 A3 1 0 2 63 23 3B 63 21
Octal 246 243 1 0 2 143 43 73 143 41
Binary 10100110 10100011 1 0 10 1100011 100011 111011 1100011 100001

Color Harmonies of #A6A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A301

Black with #A6A301

Text Example


Text Example

White with #A6A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A301; }

 p { color: rgb(166,163,1); }

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

background-color css

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

 a { background-color: rgb(166,163,1); }

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

border-color css

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

 span { border-color: rgb(166,163,1); }

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