Html Css Color HEX #AEAB04 Citrus

📋 copy color: '#AEAB04'

red 174 ◦ green 171 ◦ blue 4

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

Shades of Citrus #AEAB04

Tints of Citrus #AEAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49%

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

R = 49.86%
G = 49%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AEAB04 (or 0xAEAB04) is known color: Citrus. HEX triplet: AE, AB and 04. RGB value is (174,171,4). Sum of RGB (Red+Green+Blue) = 174+171+4=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB04 is #5154FB. Grayscale: #999999. Windows color (decimal): -5330172 or 306094. OLE color: 306094.

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

Color convert

RGB 174 171 4 -
CMYK 0 0.02 0.98 0.32
HSL 58.94º 0.96% 0.35% -
HSV(B) 58.94º 0.98% 0.68% -
XYZ 32.04 38.13 5.79 -
YUV 152.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 174 171 4 0 0.02 0.98 0.32 58.94 0.96 0.35
Hex AE AB 4 0 2 62 20 3B 60 23
Octal 256 253 4 0 2 142 40 73 140 43
Binary 10101110 10101011 100 0 10 1100010 100000 111011 1100000 100011

Color Harmonies of #AEAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB04

Black with #AEAB04

Text Example


Text Example

White with #AEAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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