Html Css Color HEX #AEAE0B Citrus

📋 copy color: '#AEAE0B'

red 174 ◦ green 174 ◦ blue 11

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

Shades of Citrus #AEAE0B

Tints of Citrus #AEAE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 48.47%
G = 48.47%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEAE0B (or 0xAEAE0B) is known color: Citrus. HEX triplet: AE, AE and 0B. RGB value is (174,174,11). Sum of RGB (Red+Green+Blue) = 174+174+11=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE0B is #5151F4. Grayscale: #9C9C9C. Windows color (decimal): -5329397 or 765614. OLE color: 765614.

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

Color convert

RGB 174 174 11 -
CMYK 0 0 0.94 0.32
HSL 60º 0.88% 0.36% -
HSV(B) 60º 0.94% 0.68% -
XYZ 32.65 39.29 6.18 -
YUV 155.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 174 174 11 0 0 0.94 0.32 60 0.88 0.36
Hex AE AE B 0 0 5E 20 3C 58 24
Octal 256 256 13 0 0 136 40 74 130 44
Binary 10101110 10101110 1011 0 0 1011110 100000 111100 1011000 100100

Color Harmonies of #AEAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE0B

Black with #AEAE0B

Text Example


Text Example

White with #AEAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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