Html Css Color HEX #A3A70A Citrus

📋 copy color: '#A3A70A'

red 163 ◦ green 167 ◦ blue 10

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

Shades of Citrus #A3A70A

Tints of Citrus #A3A70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 47.94%
G = 49.12%
B = 2.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A3A70A (or 0xA3A70A) is known color: Citrus. HEX triplet: A3, A7 and 0A. RGB value is (163,167,10). Sum of RGB (Red+Green+Blue) = 163+167+10=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A70A is #5C58F5. Grayscale: #949494. Windows color (decimal): -6052086 or 698275. OLE color: 698275.

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

Color convert

RGB 163 167 10 -
CMYK 0.02 0 0.94 0.35
HSL 61.53º 0.89% 0.35% -
HSV(B) 61.53º 0.94% 0.65% -
XYZ 28.98 35.45 5.6 -
YUV 147.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 163 167 10 0.02 0 0.94 0.35 61.53 0.89 0.35
Hex A3 A7 A 2 0 5E 23 3E 59 23
Octal 243 247 12 2 0 136 43 76 131 43
Binary 10100011 10100111 1010 10 0 1011110 100011 111110 1011001 100011

Color Harmonies of #A3A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A70A

Black with #A3A70A

Text Example


Text Example

White with #A3A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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