Html Css Color HEX #AEBB7A Caper

📋 copy color: '#AEBB7A'

red 174 ◦ green 187 ◦ blue 122

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

Shades of Caper #AEBB7A

Tints of Caper #AEBB7A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

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

R = 36.02%
G = 38.72%
B = 25.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#AEBB7A (or 0xAEBB7A) is known color: Caper. HEX triplet: AE, BB and 7A. RGB value is (174,187,122). Sum of RGB (Red+Green+Blue) = 174+187+122=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB7A is #514485. Grayscale: #AFAFAF. Windows color (decimal): -5325958 or 8043438. OLE color: 8043438.

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

Color convert

RGB 174 187 122 -
CMYK 0.07 0 0.35 0.27
HSL 72º 0.32% 0.61% -
HSV(B) 72º 0.35% 0.73% -
XYZ 38.74 45.94 25.24 -
YUV 175.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 174 187 122 0.07 0 0.35 0.27 72 0.32 0.61
Hex AE BB 7A 7 0 23 1B 48 20 3D
Octal 256 273 172 7 0 43 33 110 40 75
Binary 10101110 10111011 1111010 111 0 100011 11011 1001000 100000 111101

Color Harmonies of #AEBB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB7A

Black with #AEBB7A

Text Example


Text Example

White with #AEBB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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