Html Css Color HEX #AEAC06 Citrus

📋 copy color: '#AEAC06'

red 174 ◦ green 172 ◦ blue 6

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

Shades of Citrus #AEAC06

Tints of Citrus #AEAC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 49.43%
G = 48.86%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AEAC06 (or 0xAEAC06) is known color: Citrus. HEX triplet: AE, AC and 06. RGB value is (174,172,6). Sum of RGB (Red+Green+Blue) = 174+172+6=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC06 is #5153F9. Grayscale: #9A9A9A. Windows color (decimal): -5329914 or 437422. OLE color: 437422.

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

Color convert

RGB 174 172 6 -
CMYK 0 0.01 0.97 0.32
HSL 59.29º 0.93% 0.35% -
HSV(B) 59.29º 0.97% 0.68% -
XYZ 32.24 38.52 5.91 -
YUV 153.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 174 172 6 0 0.01 0.97 0.32 59.29 0.93 0.35
Hex AE AC 6 0 1 61 20 3B 5D 23
Octal 256 254 6 0 1 141 40 73 135 43
Binary 10101110 10101100 110 0 1 1100001 100000 111011 1011101 100011

Color Harmonies of #AEAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC06

Black with #AEAC06

Text Example


Text Example

White with #AEAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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