Html Css Color HEX #AEC675 Caper

📋 copy color: '#AEC675'

red 174 ◦ green 198 ◦ blue 117

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

Shades of Caper #AEC675

Tints of Caper #AEC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 35.58%
G = 40.49%
B = 23.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#AEC675 (or 0xAEC675) is known color: Caper. HEX triplet: AE, C6 and 75. RGB value is (174,198,117). Sum of RGB (Red+Green+Blue) = 174+198+117=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC675 is #51398A. Grayscale: #B5B5B5. Windows color (decimal): -5323147 or 7718574. OLE color: 7718574.

HSL color Cylindrical-coordinate representation of color #AEC675: hue angle of 77.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEC675 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 117 -
CMYK 0.12 0 0.41 0.22
HSL 77.78º 0.42% 0.62% -
HSV(B) 77.78º 0.41% 0.78% -
XYZ 40.86 50.67 24.46 -
YUV 181.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 174 198 117 0.12 0 0.41 0.22 77.78 0.42 0.62
Hex AE C6 75 C 0 29 16 4E 2A 3E
Octal 256 306 165 14 0 51 26 116 52 76
Binary 10101110 11000110 1110101 1100 0 101001 10110 1001110 101010 111110

Color Harmonies of #AEC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC675

Black with #AEC675

Text Example


Text Example

White with #AEC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC675; }

 p { color: rgb(174,198,117); }

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

background-color css

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

 a { background-color: rgb(174,198,117); }

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

border-color css

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

 span { border-color: rgb(174,198,117); }

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