Html Css Color HEX #A19E01 Citrus

📋 copy color: '#A19E01'

red 161 ◦ green 158 ◦ blue 1

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

Shades of Citrus #A19E01

Tints of Citrus #A19E01

RGB

 RED value IS 161 (63.28% from 255) = 50.31%

 GREEN value IS 158 (62.11% from 255) = 49.38%

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

R = 50.31%
G = 49.38%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A19E01 (or 0xA19E01) is known color: Citrus. HEX triplet: A1, 9E and 01. RGB value is (161,158,1). Sum of RGB (Red+Green+Blue) = 161+158+1=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19E01 is #5E61FE. Grayscale: #8D8D8D. Windows color (decimal): -6185471 or 106145. OLE color: 106145.

HSL color Cylindrical-coordinate representation of color #A19E01: hue angle of 58.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A19E01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 158 1 -
CMYK 0 0.02 0.99 0.37
HSL 58.88º 0.99% 0.32% -
HSV(B) 58.88º 0.99% 0.63% -
XYZ 26.93 32.03 4.79 -
YUV 141 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 161 158 1 0 0.02 0.99 0.37 58.88 0.99 0.32
Hex A1 9E 1 0 2 63 25 3B 63 20
Octal 241 236 1 0 2 143 45 73 143 40
Binary 10100001 10011110 1 0 10 1100011 100101 111011 1100011 100000

Color Harmonies of #A19E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E01

Black with #A19E01

Text Example


Text Example

White with #A19E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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