Html Css Color HEX #A6A201 Citrus

📋 copy color: '#A6A201'

red 166 ◦ green 162 ◦ blue 1

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

Shades of Citrus #A6A201

Tints of Citrus #A6A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.24%

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

R = 50.46%
G = 49.24%
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

#A6A201 (or 0xA6A201) is known color: Citrus. HEX triplet: A6, A2 and 01. RGB value is (166,162,1). Sum of RGB (Red+Green+Blue) = 166+162+1=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A201 is #595DFE. Grayscale: #919191. Windows color (decimal): -5856767 or 107174. OLE color: 107174.

HSL color Cylindrical-coordinate representation of color #A6A201: hue angle of 58.55º 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 #A6A201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 162 1 -
CMYK 0 0.02 0.99 0.35
HSL 58.55º 0.99% 0.33% -
HSV(B) 58.55º 0.99% 0.65% -
XYZ 28.65 33.95 5.07 -
YUV 144.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 166 162 1 0 0.02 0.99 0.35 58.55 0.99 0.33
Hex A6 A2 1 0 2 63 23 3B 63 21
Octal 246 242 1 0 2 143 43 73 143 41
Binary 10100110 10100010 1 0 10 1100011 100011 111011 1100011 100001

Color Harmonies of #A6A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A201

Black with #A6A201

Text Example


Text Example

White with #A6A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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