Html Css Color HEX #ACAE10 Citrus

📋 copy color: '#ACAE10'

red 172 ◦ green 174 ◦ blue 16

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

Shades of Citrus #ACAE10

Tints of Citrus #ACAE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 47.51%
G = 48.07%
B = 4.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ACAE10 (or 0xACAE10) is known color: Citrus. HEX triplet: AC, AE and 10. RGB value is (172,174,16). Sum of RGB (Red+Green+Blue) = 172+174+16=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE10 is #5351EF. Grayscale: #9C9C9C. Windows color (decimal): -5460464 or 1093292. OLE color: 1093292.

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

Color convert

RGB 172 174 16 -
CMYK 0.01 0 0.91 0.32
HSL 60.76º 0.83% 0.37% -
HSV(B) 60.76º 0.91% 0.68% -
XYZ 32.24 39.08 6.33 -
YUV 155.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 172 174 16 0.01 0 0.91 0.32 60.76 0.83 0.37
Hex AC AE 10 1 0 5B 20 3D 53 25
Octal 254 256 20 1 0 133 40 75 123 45
Binary 10101100 10101110 10000 1 0 1011011 100000 111101 1010011 100101

Color Harmonies of #ACAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE10

Black with #ACAE10

Text Example


Text Example

White with #ACAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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