Html Css Color HEX #AEAC08 Citrus

📋 copy color: '#AEAC08'

red 174 ◦ green 172 ◦ blue 8

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

Shades of Citrus #AEAC08

Tints of Citrus #AEAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 49.15%
G = 48.59%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AEAC08 (or 0xAEAC08) is known color: Citrus. HEX triplet: AE, AC and 08. RGB value is (174,172,8). Sum of RGB (Red+Green+Blue) = 174+172+8=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC08 is #5153F7. Grayscale: #9A9A9A. Windows color (decimal): -5329912 or 568494. OLE color: 568494.

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

Color convert

RGB 174 172 8 -
CMYK 0 0.01 0.95 0.32
HSL 59.28º 0.91% 0.36% -
HSV(B) 59.28º 0.95% 0.68% -
XYZ 32.25 38.52 5.97 -
YUV 153.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 174 172 8 0 0.01 0.95 0.32 59.28 0.91 0.36
Hex AE AC 8 0 1 5F 20 3B 5B 24
Octal 256 254 10 0 1 137 40 73 133 44
Binary 10101110 10101100 1000 0 1 1011111 100000 111011 1011011 100100

Color Harmonies of #AEAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC08

Black with #AEAC08

Text Example


Text Example

White with #AEAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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