Html Css Color HEX #AEAA07 Citrus

📋 copy color: '#AEAA07'

red 174 ◦ green 170 ◦ blue 7

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

Shades of Citrus #AEAA07

Tints of Citrus #AEAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.43%

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 49.57%
G = 48.43%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AEAA07 (or 0xAEAA07) is known color: Citrus. HEX triplet: AE, AA and 07. RGB value is (174,170,7). Sum of RGB (Red+Green+Blue) = 174+170+7=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA07 is #5155F8. Grayscale: #999999. Windows color (decimal): -5330425 or 502446. OLE color: 502446.

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

Color convert

RGB 174 170 7 -
CMYK 0 0.02 0.96 0.32
HSL 58.56º 0.92% 0.35% -
HSV(B) 58.56º 0.96% 0.68% -
XYZ 31.87 37.76 5.81 -
YUV 152.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 174 170 7 0 0.02 0.96 0.32 58.56 0.92 0.35
Hex AE AA 7 0 2 60 20 3B 5C 23
Octal 256 252 7 0 2 140 40 73 134 43
Binary 10101110 10101010 111 0 10 1100000 100000 111011 1011100 100011

Color Harmonies of #AEAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA07

Black with #AEAA07

Text Example


Text Example

White with #AEAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA07; }

 p { color: rgb(174,170,7); }

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

background-color css

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

 a { background-color: rgb(174,170,7); }

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

border-color css

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

 span { border-color: rgb(174,170,7); }

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