Html Css Color HEX #AEC975 Caper

📋 copy color: '#AEC975'

red 174 ◦ green 201 ◦ blue 117

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

Shades of Caper #AEC975

Tints of Caper #AEC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

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

R = 35.37%
G = 40.85%
B = 23.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#AEC975 (or 0xAEC975) is known color: Caper. HEX triplet: AE, C9 and 75. RGB value is (174,201,117). Sum of RGB (Red+Green+Blue) = 174+201+117=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC975 is #51368A. Grayscale: #B7B7B7. Windows color (decimal): -5322379 or 7719342. OLE color: 7719342.

HSL color Cylindrical-coordinate representation of color #AEC975: hue angle of 79.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEC975 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 117 -
CMYK 0.13 0 0.42 0.21
HSL 79.29º 0.44% 0.62% -
HSV(B) 79.29º 0.42% 0.79% -
XYZ 41.55 52.06 24.69 -
YUV 183.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 174 201 117 0.13 0 0.42 0.21 79.29 0.44 0.62
Hex AE C9 75 D 0 2A 15 4F 2C 3E
Octal 256 311 165 15 0 52 25 117 54 76
Binary 10101110 11001001 1110101 1101 0 101010 10101 1001111 101100 111110

Color Harmonies of #AEC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC975

Black with #AEC975

Text Example


Text Example

White with #AEC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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