Html Css Color HEX #ACAE0A Citrus

📋 copy color: '#ACAE0A'

red 172 ◦ green 174 ◦ blue 10

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

Shades of Citrus #ACAE0A

Tints of Citrus #ACAE0A

RGB

 RED value IS 172 (67.58% from 255) = 48.31%

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

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 48.31%
G = 48.88%
B = 2.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ACAE0A (or 0xACAE0A) is known color: Citrus. HEX triplet: AC, AE and 0A. RGB value is (172,174,10). Sum of RGB (Red+Green+Blue) = 172+174+10=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE0A is #5351F5. Grayscale: #9B9B9B. Windows color (decimal): -5460470 or 700076. OLE color: 700076.

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

Color convert

RGB 172 174 10 -
CMYK 0.01 0 0.94 0.32
HSL 60.73º 0.89% 0.36% -
HSV(B) 60.73º 0.94% 0.68% -
XYZ 32.2 39.06 6.13 -
YUV 154.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 172 174 10 0.01 0 0.94 0.32 60.73 0.89 0.36
Hex AC AE A 1 0 5E 20 3D 59 24
Octal 254 256 12 1 0 136 40 75 131 44
Binary 10101100 10101110 1010 1 0 1011110 100000 111101 1011001 100100

Color Harmonies of #ACAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE0A

Black with #ACAE0A

Text Example


Text Example

White with #ACAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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