Html Css Color HEX #AEA802 Citrus

📋 copy color: '#AEA802'

red 174 ◦ green 168 ◦ blue 2

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

Shades of Citrus #AEA802

Tints of Citrus #AEA802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 50.58%
G = 48.84%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AEA802 (or 0xAEA802) is known color: Citrus. HEX triplet: AE, A8 and 02. RGB value is (174,168,2). Sum of RGB (Red+Green+Blue) = 174+168+2=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA802 is #5157FD. Grayscale: #979797. Windows color (decimal): -5330942 or 174254. OLE color: 174254.

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

Color convert

RGB 174 168 2 -
CMYK 0 0.03 0.99 0.32
HSL 57.91º 0.98% 0.35% -
HSV(B) 57.91º 0.99% 0.68% -
XYZ 31.47 37.01 5.54 -
YUV 150.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 174 168 2 0 0.03 0.99 0.32 57.91 0.98 0.35
Hex AE A8 2 0 3 63 20 3A 62 23
Octal 256 250 2 0 3 143 40 72 142 43
Binary 10101110 10101000 10 0 11 1100011 100000 111010 1100010 100011

Color Harmonies of #AEA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA802

Black with #AEA802

Text Example


Text Example

White with #AEA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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