Html Css Color HEX #AEBA70 Caper

📋 copy color: '#AEBA70'

red 174 ◦ green 186 ◦ blue 112

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

Shades of Caper #AEBA70

Tints of Caper #AEBA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 36.86%
G = 39.41%
B = 23.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#AEBA70 (or 0xAEBA70) is known color: Caper. HEX triplet: AE, BA and 70. RGB value is (174,186,112). Sum of RGB (Red+Green+Blue) = 174+186+112=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA70 is #51458F. Grayscale: #AEAEAE. Windows color (decimal): -5326224 or 7387822. OLE color: 7387822.

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

Color convert

RGB 174 186 112 -
CMYK 0.06 0 0.40 0.27
HSL 69.73º 0.35% 0.58% -
HSV(B) 69.73º 0.4% 0.73% -
XYZ 37.94 45.29 22.07 -
YUV 173.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 174 186 112 0.06 0 0.40 0.27 69.73 0.35 0.58
Hex AE BA 70 6 0 28 1B 46 23 3A
Octal 256 272 160 6 0 50 33 106 43 72
Binary 10101110 10111010 1110000 110 0 101000 11011 1000110 100011 111010

Color Harmonies of #AEBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA70

Black with #AEBA70

Text Example


Text Example

White with #AEBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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