Html Css Color HEX #AEB978 Caper

📋 copy color: '#AEB978'

red 174 ◦ green 185 ◦ blue 120

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

Shades of Caper #AEB978

Tints of Caper #AEB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 36.33%
G = 38.62%
B = 25.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#AEB978 (or 0xAEB978) is known color: Caper. HEX triplet: AE, B9 and 78. RGB value is (174,185,120). Sum of RGB (Red+Green+Blue) = 174+185+120=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB978 is #514687. Grayscale: #AEAEAE. Windows color (decimal): -5326472 or 7911854. OLE color: 7911854.

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

Color convert

RGB 174 185 120 -
CMYK 0.06 0 0.35 0.27
HSL 70.15º 0.32% 0.6% -
HSV(B) 70.15º 0.35% 0.73% -
XYZ 38.19 45.05 24.45 -
YUV 174.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 174 185 120 0.06 0 0.35 0.27 70.15 0.32 0.6
Hex AE B9 78 6 0 23 1B 46 20 3C
Octal 256 271 170 6 0 43 33 106 40 74
Binary 10101110 10111001 1111000 110 0 100011 11011 1000110 100000 111100

Color Harmonies of #AEB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB978

Black with #AEB978

Text Example


Text Example

White with #AEB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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