Html Css Color HEX #AEB97C Caper

📋 copy color: '#AEB97C'

red 174 ◦ green 185 ◦ blue 124

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

Shades of Caper #AEB97C

Tints of Caper #AEB97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 36.02%
G = 38.3%
B = 25.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#AEB97C (or 0xAEB97C) is known color: Caper. HEX triplet: AE, B9 and 7C. RGB value is (174,185,124). Sum of RGB (Red+Green+Blue) = 174+185+124=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB97C is #514683. Grayscale: #AEAEAE. Windows color (decimal): -5326468 or 8173998. OLE color: 8173998.

HSL color Cylindrical-coordinate representation of color #AEB97C: hue angle of 70.82º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEB97C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 124 -
CMYK 0.06 0 0.33 0.27
HSL 70.82º 0.3% 0.61% -
HSV(B) 70.82º 0.33% 0.73% -
XYZ 38.44 45.15 25.76 -
YUV 174.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 174 185 124 0.06 0 0.33 0.27 70.82 0.3 0.61
Hex AE B9 7C 6 0 21 1B 47 1E 3D
Octal 256 271 174 6 0 41 33 107 36 75
Binary 10101110 10111001 1111100 110 0 100001 11011 1000111 11110 111101

Color Harmonies of #AEB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB97C

Black with #AEB97C

Text Example


Text Example

White with #AEB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB97C; }

 p { color: rgb(174,185,124); }

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

background-color css

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

 a { background-color: rgb(174,185,124); }

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

border-color css

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

 span { border-color: rgb(174,185,124); }

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