Html Css Color HEX #A3A701 Citrus

📋 copy color: '#A3A701'

red 163 ◦ green 167 ◦ blue 1

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

Shades of Citrus #A3A701

Tints of Citrus #A3A701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.45%

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

R = 49.24%
G = 50.45%
B = 0.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A3A701 (or 0xA3A701) is known color: Citrus. HEX triplet: A3, A7 and 01. RGB value is (163,167,1). Sum of RGB (Red+Green+Blue) = 163+167+1=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A701 is #5C58FE. Grayscale: #939393. Windows color (decimal): -6052095 or 108451. OLE color: 108451.

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

Color convert

RGB 163 167 1 -
CMYK 0.02 0 0.99 0.35
HSL 61.45º 0.99% 0.33% -
HSV(B) 61.45º 0.99% 0.65% -
XYZ 28.93 35.43 5.34 -
YUV 146.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 163 167 1 0.02 0 0.99 0.35 61.45 0.99 0.33
Hex A3 A7 1 2 0 63 23 3D 63 21
Octal 243 247 1 2 0 143 43 75 143 41
Binary 10100011 10100111 1 10 0 1100011 100011 111101 1100011 100001

Color Harmonies of #A3A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A701

Black with #A3A701

Text Example


Text Example

White with #A3A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A701; }

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

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

background-color css

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

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

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

border-color css

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

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

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