Html Css Color HEX #A5A305 Citrus

📋 copy color: '#A5A305'

red 165 ◦ green 163 ◦ blue 5

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

Shades of Citrus #A5A305

Tints of Citrus #A5A305

RGB

 RED value IS 165 (64.84% from 255) = 49.55%

 GREEN value IS 163 (64.06% from 255) = 48.95%

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

R = 49.55%
G = 48.95%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A5A305 (or 0xA5A305) is known color: Citrus. HEX triplet: A5, A3 and 05. RGB value is (165,163,5). Sum of RGB (Red+Green+Blue) = 165+163+5=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A305 is #5A5CFA. Grayscale: #929292. Windows color (decimal): -5922043 or 369573. OLE color: 369573.

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

Color convert

RGB 165 163 5 -
CMYK 0 0.01 0.97 0.35
HSL 59.25º 0.94% 0.33% -
HSV(B) 59.25º 0.97% 0.65% -
XYZ 28.64 34.2 5.24 -
YUV 145.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 165 163 5 0 0.01 0.97 0.35 59.25 0.94 0.33
Hex A5 A3 5 0 1 61 23 3B 5E 21
Octal 245 243 5 0 1 141 43 73 136 41
Binary 10100101 10100011 101 0 1 1100001 100011 111011 1011110 100001

Color Harmonies of #A5A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A305

Black with #A5A305

Text Example


Text Example

White with #A5A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A305; }

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

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

background-color css

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

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

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

border-color css

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

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

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