Html Css Color HEX #A5A303 Citrus

📋 copy color: '#A5A303'

red 165 ◦ green 163 ◦ blue 3

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

Shades of Citrus #A5A303

Tints of Citrus #A5A303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 49.85%
G = 49.24%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A5A303 (or 0xA5A303) is known color: Citrus. HEX triplet: A5, A3 and 03. RGB value is (165,163,3). Sum of RGB (Red+Green+Blue) = 165+163+3=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A303 is #5A5CFC. Grayscale: #929292. Windows color (decimal): -5922045 or 238501. OLE color: 238501.

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

Color convert

RGB 165 163 3 -
CMYK 0 0.01 0.98 0.35
HSL 59.26º 0.96% 0.33% -
HSV(B) 59.26º 0.98% 0.65% -
XYZ 28.63 34.2 5.18 -
YUV 145.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 165 163 3 0 0.01 0.98 0.35 59.26 0.96 0.33
Hex A5 A3 3 0 1 62 23 3B 60 21
Octal 245 243 3 0 1 142 43 73 140 41
Binary 10100101 10100011 11 0 1 1100010 100011 111011 1100000 100001

Color Harmonies of #A5A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A303

Black with #A5A303

Text Example


Text Example

White with #A5A303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A303; }

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

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

background-color css

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

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

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

border-color css

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

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

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