Html Css Color HEX #A6A302 Citrus

📋 copy color: '#A6A302'

red 166 ◦ green 163 ◦ blue 2

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

Shades of Citrus #A6A302

Tints of Citrus #A6A302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 50.15%
G = 49.24%
B = 0.6%

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

#A6A302 (or 0xA6A302) is known color: Citrus. HEX triplet: A6, A3 and 02. RGB value is (166,163,2). Sum of RGB (Red+Green+Blue) = 166+163+2=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A302 is #595CFD. Grayscale: #929292. Windows color (decimal): -5856510 or 172966. OLE color: 172966.

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

Color convert

RGB 166 163 2 -
CMYK 0 0.02 0.99 0.35
HSL 58.9º 0.98% 0.33% -
HSV(B) 58.9º 0.99% 0.65% -
XYZ 28.83 34.31 5.16 -
YUV 145.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 166 163 2 0 0.02 0.99 0.35 58.9 0.98 0.33
Hex A6 A3 2 0 2 63 23 3B 62 21
Octal 246 243 2 0 2 143 43 73 142 41
Binary 10100110 10100011 10 0 10 1100011 100011 111011 1100010 100001

Color Harmonies of #A6A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A302

Black with #A6A302

Text Example


Text Example

White with #A6A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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