Html Css Color HEX #AEAE0D Citrus

📋 copy color: '#AEAE0D'

red 174 ◦ green 174 ◦ blue 13

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

Shades of Citrus #AEAE0D

Tints of Citrus #AEAE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 48.2%
G = 48.2%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEAE0D (or 0xAEAE0D) is known color: Citrus. HEX triplet: AE, AE and 0D. RGB value is (174,174,13). Sum of RGB (Red+Green+Blue) = 174+174+13=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE0D is #5151F2. Grayscale: #9C9C9C. Windows color (decimal): -5329395 or 896686. OLE color: 896686.

HSL color Cylindrical-coordinate representation of color #AEAE0D: hue angle of 60º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEAE0D is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 13 -
CMYK 0 0 0.93 0.32
HSL 60º 0.86% 0.37% -
HSV(B) 60º 0.93% 0.68% -
XYZ 32.66 39.3 6.24 -
YUV 155.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 174 174 13 0 0 0.93 0.32 60 0.86 0.37
Hex AE AE D 0 0 5D 20 3C 56 25
Octal 256 256 15 0 0 135 40 74 126 45
Binary 10101110 10101110 1101 0 0 1011101 100000 111100 1010110 100101

Color Harmonies of #AEAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE0D

Black with #AEAE0D

Text Example


Text Example

White with #AEAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE0D; }

 p { color: rgb(174,174,13); }

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

background-color css

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

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

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

border-color css

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

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

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