Html Css Color HEX #A4AE15 Citrus

📋 copy color: '#A4AE15'

red 164 ◦ green 174 ◦ blue 21

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

Shades of Citrus #A4AE15

Tints of Citrus #A4AE15

RGB

 RED value IS 164 (64.45% from 255) = 45.68%

 GREEN value IS 174 (68.36% from 255) = 48.47%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 45.68%
G = 48.47%
B = 5.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#A4AE15 (or 0xA4AE15) is known color: Citrus. HEX triplet: A4, AE and 15. RGB value is (164,174,21). Sum of RGB (Red+Green+Blue) = 164+174+21=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AE15 is #5B51EA. Grayscale: #9A9A9A. Windows color (decimal): -5984747 or 1420964. OLE color: 1420964.

HSL color Cylindrical-coordinate representation of color #A4AE15: hue angle of 63.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4AE15 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 174 21 -
CMYK 0.06 0 0.88 0.32
HSL 63.92º 0.78% 0.38% -
HSV(B) 63.92º 0.88% 0.68% -
XYZ 30.58 38.22 6.47 -
YUV 153.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 164 174 21 0.06 0 0.88 0.32 63.92 0.78 0.38
Hex A4 AE 15 6 0 58 20 40 4E 26
Octal 244 256 25 6 0 130 40 100 116 46
Binary 10100100 10101110 10101 110 0 1011000 100000 1000000 1001110 100110

Color Harmonies of #A4AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE15

Black with #A4AE15

Text Example


Text Example

White with #A4AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE15; }

 p { color: rgb(164,174,21); }

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

background-color css

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

 a { background-color: rgb(164,174,21); }

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

border-color css

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

 span { border-color: rgb(164,174,21); }

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