Html Css Color HEX #A8AE15 Citrus

📋 copy color: '#A8AE15'

red 168 ◦ green 174 ◦ blue 21

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

Shades of Citrus #A8AE15

Tints of Citrus #A8AE15

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

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

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

R = 46.28%
G = 47.93%
B = 5.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#A8AE15 (or 0xA8AE15) is known color: Citrus. HEX triplet: A8, AE and 15. RGB value is (168,174,21). Sum of RGB (Red+Green+Blue) = 168+174+21=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE15 is #5751EA. Grayscale: #9B9B9B. Windows color (decimal): -5722603 or 1420968. OLE color: 1420968.

HSL color Cylindrical-coordinate representation of color #A8AE15: hue angle of 62.35º 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 #A8AE15 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 21 -
CMYK 0.03 0 0.88 0.32
HSL 62.35º 0.78% 0.38% -
HSV(B) 62.35º 0.88% 0.68% -
XYZ 31.42 38.65 6.51 -
YUV 154.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 168 174 21 0.03 0 0.88 0.32 62.35 0.78 0.38
Hex A8 AE 15 3 0 58 20 3E 4E 26
Octal 250 256 25 3 0 130 40 76 116 46
Binary 10101000 10101110 10101 11 0 1011000 100000 111110 1001110 100110

Color Harmonies of #A8AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE15

Black with #A8AE15

Text Example


Text Example

White with #A8AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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