Html Css Color HEX #AEBA7B Caper

📋 copy color: '#AEBA7B'

red 174 ◦ green 186 ◦ blue 123

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

Shades of Caper #AEBA7B

Tints of Caper #AEBA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 36.02%
G = 38.51%
B = 25.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AEBA7B (or 0xAEBA7B) is known color: Caper. HEX triplet: AE, BA and 7B. RGB value is (174,186,123). Sum of RGB (Red+Green+Blue) = 174+186+123=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA7B is #514584. Grayscale: #AFAFAF. Windows color (decimal): -5326213 or 8108718. OLE color: 8108718.

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

Color convert

RGB 174 186 123 -
CMYK 0.06 0 0.34 0.27
HSL 71.43º 0.31% 0.61% -
HSV(B) 71.43º 0.34% 0.73% -
XYZ 38.59 45.55 25.5 -
YUV 175.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 174 186 123 0.06 0 0.34 0.27 71.43 0.31 0.61
Hex AE BA 7B 6 0 22 1B 47 1F 3D
Octal 256 272 173 6 0 42 33 107 37 75
Binary 10101110 10111010 1111011 110 0 100010 11011 1000111 11111 111101

Color Harmonies of #AEBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA7B

Black with #AEBA7B

Text Example


Text Example

White with #AEBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA7B; }

 p { color: rgb(174,186,123); }

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

background-color css

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

 a { background-color: rgb(174,186,123); }

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

border-color css

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

 span { border-color: rgb(174,186,123); }

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