Html Css Color HEX #A3A705 Citrus

📋 copy color: '#A3A705'

red 163 ◦ green 167 ◦ blue 5

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

Shades of Citrus #A3A705

Tints of Citrus #A3A705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 48.66%
G = 49.85%
B = 1.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A3A705 (or 0xA3A705) is known color: Citrus. HEX triplet: A3, A7 and 05. RGB value is (163,167,5). Sum of RGB (Red+Green+Blue) = 163+167+5=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A705 is #5C58FA. Grayscale: #939393. Windows color (decimal): -6052091 or 370595. OLE color: 370595.

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

Color convert

RGB 163 167 5 -
CMYK 0.02 0 0.97 0.35
HSL 61.48º 0.94% 0.34% -
HSV(B) 61.48º 0.97% 0.65% -
XYZ 28.95 35.43 5.46 -
YUV 147.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 163 167 5 0.02 0 0.97 0.35 61.48 0.94 0.34
Hex A3 A7 5 2 0 61 23 3D 5E 22
Octal 243 247 5 2 0 141 43 75 136 42
Binary 10100011 10100111 101 10 0 1100001 100011 111101 1011110 100010

Color Harmonies of #A3A705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A705

Black with #A3A705

Text Example


Text Example

White with #A3A705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A705; }

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

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

background-color css

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

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

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

border-color css

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

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

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