Html Css Color HEX #A3AA0A Citrus

📋 copy color: '#A3AA0A'

red 163 ◦ green 170 ◦ blue 10

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

Shades of Citrus #A3AA0A

Tints of Citrus #A3AA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.56%

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

R = 47.52%
G = 49.56%
B = 2.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#A3AA0A (or 0xA3AA0A) is known color: Citrus. HEX triplet: A3, AA and 0A. RGB value is (163,170,10). Sum of RGB (Red+Green+Blue) = 163+170+10=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA0A is #5C55F5. Grayscale: #969696. Windows color (decimal): -6051318 or 699043. OLE color: 699043.

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

Color convert

RGB 163 170 10 -
CMYK 0.04 0 0.94 0.33
HSL 62.63º 0.89% 0.35% -
HSV(B) 62.63º 0.94% 0.67% -
XYZ 29.53 36.56 5.79 -
YUV 149.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 163 170 10 0.04 0 0.94 0.33 62.63 0.89 0.35
Hex A3 AA A 4 0 5E 21 3F 59 23
Octal 243 252 12 4 0 136 41 77 131 43
Binary 10100011 10101010 1010 100 0 1011110 100001 111111 1011001 100011

Color Harmonies of #A3AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA0A

Black with #A3AA0A

Text Example


Text Example

White with #A3AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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