Html Css Color HEX #AEAC03 Citrus

📋 copy color: '#AEAC03'

red 174 ◦ green 172 ◦ blue 3

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

Shades of Citrus #AEAC03

Tints of Citrus #AEAC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.28%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 49.86%
G = 49.28%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AEAC03 (or 0xAEAC03) is known color: Citrus. HEX triplet: AE, AC and 03. RGB value is (174,172,3). Sum of RGB (Red+Green+Blue) = 174+172+3=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC03 is #5153FC. Grayscale: #9A9A9A. Windows color (decimal): -5329917 or 240814. OLE color: 240814.

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

Color convert

RGB 174 172 3 -
CMYK 0 0.01 0.98 0.32
HSL 59.3º 0.97% 0.35% -
HSV(B) 59.3º 0.98% 0.68% -
XYZ 32.22 38.51 5.82 -
YUV 153.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 174 172 3 0 0.01 0.98 0.32 59.3 0.97 0.35
Hex AE AC 3 0 1 62 20 3B 61 23
Octal 256 254 3 0 1 142 40 73 141 43
Binary 10101110 10101100 11 0 1 1100010 100000 111011 1100001 100011

Color Harmonies of #AEAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC03

Black with #AEAC03

Text Example


Text Example

White with #AEAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC03; }

 p { color: rgb(174,172,3); }

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

background-color css

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

 a { background-color: rgb(174,172,3); }

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

border-color css

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

 span { border-color: rgb(174,172,3); }

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