Html Css Color HEX #AEAE04 Citrus

📋 copy color: '#AEAE04'

red 174 ◦ green 174 ◦ blue 4

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

Shades of Citrus #AEAE04

Tints of Citrus #AEAE04

RGB

 RED value IS 174 (68.36% from 255) = 49.43%

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 49.43%
G = 49.43%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AEAE04 (or 0xAEAE04) is known color: Citrus. HEX triplet: AE, AE and 04. RGB value is (174,174,4). Sum of RGB (Red+Green+Blue) = 174+174+4=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE04 is #5151FB. Grayscale: #9B9B9B. Windows color (decimal): -5329404 or 306862. OLE color: 306862.

HSL color Cylindrical-coordinate representation of color #AEAE04: hue angle of 60º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEAE04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 4 -
CMYK 0 0 0.98 0.32
HSL 60º 0.96% 0.35% -
HSV(B) 60º 0.98% 0.68% -
XYZ 32.61 39.28 5.98 -
YUV 154.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 174 174 4 0 0 0.98 0.32 60 0.96 0.35
Hex AE AE 4 0 0 62 20 3C 60 23
Octal 256 256 4 0 0 142 40 74 140 43
Binary 10101110 10101110 100 0 0 1100010 100000 111100 1100000 100011

Color Harmonies of #AEAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE04

Black with #AEAE04

Text Example


Text Example

White with #AEAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE04; }

 p { color: rgb(174,174,4); }

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

background-color css

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

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

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

border-color css

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

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

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