Html Css Color HEX #A3A50E Citrus

📋 copy color: '#A3A50E'

red 163 ◦ green 165 ◦ blue 14

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

Shades of Citrus #A3A50E

Tints of Citrus #A3A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 47.66%
G = 48.25%
B = 4.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A3A50E (or 0xA3A50E) is known color: Citrus. HEX triplet: A3, A5 and 0E. RGB value is (163,165,14). Sum of RGB (Red+Green+Blue) = 163+165+14=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A50E is #5C5AF1. Grayscale: #939393. Windows color (decimal): -6052594 or 959907. OLE color: 959907.

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

Color convert

RGB 163 165 14 -
CMYK 0.01 0 0.92 0.35
HSL 60.79º 0.84% 0.35% -
HSV(B) 60.79º 0.92% 0.65% -
XYZ 28.64 34.73 5.61 -
YUV 147.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 163 165 14 0.01 0 0.92 0.35 60.79 0.84 0.35
Hex A3 A5 E 1 0 5C 23 3D 54 23
Octal 243 245 16 1 0 134 43 75 124 43
Binary 10100011 10100101 1110 1 0 1011100 100011 111101 1010100 100011

Color Harmonies of #A3A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A50E

Black with #A3A50E

Text Example


Text Example

White with #A3A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A50E; }

 p { color: rgb(163,165,14); }

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

background-color css

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

 a { background-color: rgb(163,165,14); }

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

border-color css

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

 span { border-color: rgb(163,165,14); }

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