Html Css Color HEX #AEBE7A Caper

📋 copy color: '#AEBE7A'

red 174 ◦ green 190 ◦ blue 122

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

Shades of Caper #AEBE7A

Tints of Caper #AEBE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 35.8%
G = 39.09%
B = 25.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#AEBE7A (or 0xAEBE7A) is known color: Caper. HEX triplet: AE, BE and 7A. RGB value is (174,190,122). Sum of RGB (Red+Green+Blue) = 174+190+122=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7A is #514185. Grayscale: #B1B1B1. Windows color (decimal): -5325190 or 8044206. OLE color: 8044206.

HSL color Cylindrical-coordinate representation of color #AEBE7A: hue angle of 74.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEBE7A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 122 -
CMYK 0.08 0 0.36 0.25
HSL 74.12º 0.34% 0.61% -
HSV(B) 74.12º 0.36% 0.75% -
XYZ 39.38 47.23 25.45 -
YUV 177.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 174 190 122 0.08 0 0.36 0.25 74.12 0.34 0.61
Hex AE BE 7A 8 0 24 19 4A 22 3D
Octal 256 276 172 10 0 44 31 112 42 75
Binary 10101110 10111110 1111010 1000 0 100100 11001 1001010 100010 111101

Color Harmonies of #AEBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE7A

Black with #AEBE7A

Text Example


Text Example

White with #AEBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE7A; }

 p { color: rgb(174,190,122); }

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

background-color css

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

 a { background-color: rgb(174,190,122); }

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

border-color css

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

 span { border-color: rgb(174,190,122); }

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