Html Css Color HEX #AEA805 Citrus

📋 copy color: '#AEA805'

red 174 ◦ green 168 ◦ blue 5

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

Shades of Citrus #AEA805

Tints of Citrus #AEA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 50.14%
G = 48.41%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AEA805 (or 0xAEA805) is known color: Citrus. HEX triplet: AE, A8 and 05. RGB value is (174,168,5). Sum of RGB (Red+Green+Blue) = 174+168+5=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA805 is #5157FA. Grayscale: #979797. Windows color (decimal): -5330939 or 370862. OLE color: 370862.

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

Color convert

RGB 174 168 5 -
CMYK 0 0.03 0.97 0.32
HSL 57.87º 0.94% 0.35% -
HSV(B) 57.87º 0.97% 0.68% -
XYZ 31.49 37.01 5.63 -
YUV 151.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 174 168 5 0 0.03 0.97 0.32 57.87 0.94 0.35
Hex AE A8 5 0 3 61 20 3A 5E 23
Octal 256 250 5 0 3 141 40 72 136 43
Binary 10101110 10101000 101 0 11 1100001 100000 111010 1011110 100011

Color Harmonies of #AEA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA805

Black with #AEA805

Text Example


Text Example

White with #AEA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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