Html Css Color HEX #AEAC0D Citrus

📋 copy color: '#AEAC0D'

red 174 ◦ green 172 ◦ blue 13

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

Shades of Citrus #AEAC0D

Tints of Citrus #AEAC0D

RGB

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

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

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

R = 48.47%
G = 47.91%
B = 3.62%

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

#AEAC0D (or 0xAEAC0D) is known color: Citrus. HEX triplet: AE, AC and 0D. RGB value is (174,172,13). Sum of RGB (Red+Green+Blue) = 174+172+13=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC0D is #5153F2. Grayscale: #9B9B9B. Windows color (decimal): -5329907 or 896174. OLE color: 896174.

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

Color convert

RGB 174 172 13 -
CMYK 0 0.01 0.93 0.32
HSL 59.25º 0.86% 0.37% -
HSV(B) 59.25º 0.93% 0.68% -
XYZ 32.28 38.53 6.12 -
YUV 154.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 174 172 13 0 0.01 0.93 0.32 59.25 0.86 0.37
Hex AE AC D 0 1 5D 20 3B 56 25
Octal 256 254 15 0 1 135 40 73 126 45
Binary 10101110 10101100 1101 0 1 1011101 100000 111011 1010110 100101

Color Harmonies of #AEAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC0D

Black with #AEAC0D

Text Example


Text Example

White with #AEAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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