Html Css Color HEX #A5A302 Citrus

📋 copy color: '#A5A302'

red 165 ◦ green 163 ◦ blue 2

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

Shades of Citrus #A5A302

Tints of Citrus #A5A302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 50%
G = 49.39%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A5A302 (or 0xA5A302) is known color: Citrus. HEX triplet: A5, A3 and 02. RGB value is (165,163,2). Sum of RGB (Red+Green+Blue) = 165+163+2=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A302 is #5A5CFD. Grayscale: #919191. Windows color (decimal): -5922046 or 172965. OLE color: 172965.

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

Color convert

RGB 165 163 2 -
CMYK 0 0.01 0.99 0.35
HSL 59.26º 0.98% 0.33% -
HSV(B) 59.26º 0.99% 0.65% -
XYZ 28.63 34.2 5.15 -
YUV 145.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 165 163 2 0 0.01 0.99 0.35 59.26 0.98 0.33
Hex A5 A3 2 0 1 63 23 3B 62 21
Octal 245 243 2 0 1 143 43 73 142 41
Binary 10100101 10100011 10 0 1 1100011 100011 111011 1100010 100001

Color Harmonies of #A5A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A302

Black with #A5A302

Text Example


Text Example

White with #A5A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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