Html Css Color HEX #AEA600 Citrus

📋 copy color: '#AEA600'

red 174 ◦ green 166 ◦ blue 0

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

Shades of Citrus #AEA600

Tints of Citrus #AEA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.18%
G = 48.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AEA600 (or 0xAEA600) is known color: Citrus. HEX triplet: AE, A6 and 00. RGB value is (174,166,0). Sum of RGB (Red+Green+Blue) = 174+166+0=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA600 is #5159FF. Grayscale: #969696. Windows color (decimal): -5331456 or 42670. OLE color: 42670.

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

Color convert

RGB 174 166 0 -
CMYK 0 0.05 1 0.32
HSL 57.24º 1% 0.34% -
HSV(B) 57.24º 1% 0.68% -
XYZ 31.09 36.27 5.36 -
YUV 149.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 174 166 0 0 0.05 1 0.32 57.24 1 0.34
Hex AE A6 0 0 5 64 20 39 64 22
Octal 256 246 0 0 5 144 40 71 144 42
Binary 10101110 10100110 0 0 101 1100100 100000 111001 1100100 100010

Color Harmonies of #AEA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA600

Black with #AEA600

Text Example


Text Example

White with #AEA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA600; }

 p { color: rgb(174,166,0); }

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

background-color css

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

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

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

border-color css

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

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

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