Html Css Color HEX #A3A702 Citrus

📋 copy color: '#A3A702'

red 163 ◦ green 167 ◦ blue 2

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

Shades of Citrus #A3A702

Tints of Citrus #A3A702

RGB

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

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

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

R = 49.1%
G = 50.3%
B = 0.6%

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

#A3A702 (or 0xA3A702) is known color: Citrus. HEX triplet: A3, A7 and 02. RGB value is (163,167,2). Sum of RGB (Red+Green+Blue) = 163+167+2=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A702 is #5C58FD. Grayscale: #939393. Windows color (decimal): -6052094 or 173987. OLE color: 173987.

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

Color convert

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

Color Harmonies of #A3A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A702

Black with #A3A702

Text Example


Text Example

White with #A3A702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A702; }

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

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

background-color css

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

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

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

border-color css

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

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

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