Html Css Color HEX #A5A101 Citrus

📋 copy color: '#A5A101'

red 165 ◦ green 161 ◦ blue 1

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

Shades of Citrus #A5A101

Tints of Citrus #A5A101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.24%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 50.46%
G = 49.24%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A5A101 (or 0xA5A101) is known color: Citrus. HEX triplet: A5, A1 and 01. RGB value is (165,161,1). Sum of RGB (Red+Green+Blue) = 165+161+1=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A101 is #5A5EFE. Grayscale: #909090. Windows color (decimal): -5922559 or 106917. OLE color: 106917.

HSL color Cylindrical-coordinate representation of color #A5A101: hue angle of 58.54º degrees, saturation: 0.99, 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 #A5A101 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 161 1 -
CMYK 0 0.02 0.99 0.35
HSL 58.54º 0.99% 0.33% -
HSV(B) 58.54º 0.99% 0.65% -
XYZ 28.27 33.49 5 -
YUV 143.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 165 161 1 0 0.02 0.99 0.35 58.54 0.99 0.33
Hex A5 A1 1 0 2 63 23 3B 63 21
Octal 245 241 1 0 2 143 43 73 143 41
Binary 10100101 10100001 1 0 10 1100011 100011 111011 1100011 100001

Color Harmonies of #A5A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A101

Black with #A5A101

Text Example


Text Example

White with #A5A101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A101; }

 p { color: rgb(165,161,1); }

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

background-color css

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

 a { background-color: rgb(165,161,1); }

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

border-color css

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

 span { border-color: rgb(165,161,1); }

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