Html Css Color HEX #AEA500 Citrus

📋 copy color: '#AEA500'

red 174 ◦ green 165 ◦ blue 0

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

Shades of Citrus #AEA500

Tints of Citrus #AEA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

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

R = 51.33%
G = 48.67%
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

#AEA500 (or 0xAEA500) is known color: Citrus. HEX triplet: AE, A5 and 00. RGB value is (174,165,0). Sum of RGB (Red+Green+Blue) = 174+165+0=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA500 is #515AFF. Grayscale: #959595. Windows color (decimal): -5331712 or 42414. OLE color: 42414.

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

Color convert

RGB 174 165 0 -
CMYK 0 0.05 1 0.32
HSL 56.9º 1% 0.34% -
HSV(B) 56.9º 1% 0.68% -
XYZ 30.91 35.91 5.3 -
YUV 148.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 174 165 0 0 0.05 1 0.32 56.9 1 0.34
Hex AE A5 0 0 5 64 20 39 64 22
Octal 256 245 0 0 5 144 40 71 144 42
Binary 10101110 10100101 0 0 101 1100100 100000 111001 1100100 100010

Color Harmonies of #AEA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA500

Black with #AEA500

Text Example


Text Example

White with #AEA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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