Html Css Color HEX #AEAD0C Citrus

📋 copy color: '#AEAD0C'

red 174 ◦ green 173 ◦ blue 12

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

Shades of Citrus #AEAD0C

Tints of Citrus #AEAD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.19%

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 48.47%
G = 48.19%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEAD0C (or 0xAEAD0C) is known color: Citrus. HEX triplet: AE, AD and 0C. RGB value is (174,173,12). Sum of RGB (Red+Green+Blue) = 174+173+12=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD0C is #5152F3. Grayscale: #9B9B9B. Windows color (decimal): -5329652 or 830894. OLE color: 830894.

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

Color convert

RGB 174 173 12 -
CMYK 0 0.01 0.93 0.32
HSL 59.63º 0.87% 0.36% -
HSV(B) 59.63º 0.93% 0.68% -
XYZ 32.47 38.91 6.15 -
YUV 154.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 174 173 12 0 0.01 0.93 0.32 59.63 0.87 0.36
Hex AE AD C 0 1 5D 20 3C 57 24
Octal 256 255 14 0 1 135 40 74 127 44
Binary 10101110 10101101 1100 0 1 1011101 100000 111100 1010111 100100

Color Harmonies of #AEAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD0C

Black with #AEAD0C

Text Example


Text Example

White with #AEAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD0C; }

 p { color: rgb(174,173,12); }

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

background-color css

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

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

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

border-color css

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

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

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