Html Css Color HEX #A3AA0C Citrus

📋 copy color: '#A3AA0C'

red 163 ◦ green 170 ◦ blue 12

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

Shades of Citrus #A3AA0C

Tints of Citrus #A3AA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 47.25%
G = 49.28%
B = 3.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#A3AA0C (or 0xA3AA0C) is known color: Citrus. HEX triplet: A3, AA and 0C. RGB value is (163,170,12). Sum of RGB (Red+Green+Blue) = 163+170+12=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA0C is #5C55F3. Grayscale: #969696. Windows color (decimal): -6051316 or 830115. OLE color: 830115.

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

Color convert

RGB 163 170 12 -
CMYK 0.04 0 0.93 0.33
HSL 62.66º 0.87% 0.36% -
HSV(B) 62.66º 0.93% 0.67% -
XYZ 29.55 36.56 5.85 -
YUV 149.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 163 170 12 0.04 0 0.93 0.33 62.66 0.87 0.36
Hex A3 AA C 4 0 5D 21 3F 57 24
Octal 243 252 14 4 0 135 41 77 127 44
Binary 10100011 10101010 1100 100 0 1011101 100001 111111 1010111 100100

Color Harmonies of #A3AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA0C

Black with #A3AA0C

Text Example


Text Example

White with #A3AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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