Html Css Color HEX #AEBB74 Caper

📋 copy color: '#AEBB74'

red 174 ◦ green 187 ◦ blue 116

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

Shades of Caper #AEBB74

Tints of Caper #AEBB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 36.48%
G = 39.2%
B = 24.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#AEBB74 (or 0xAEBB74) is known color: Caper. HEX triplet: AE, BB and 74. RGB value is (174,187,116). Sum of RGB (Red+Green+Blue) = 174+187+116=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB74 is #51448B. Grayscale: #AFAFAF. Windows color (decimal): -5325964 or 7650222. OLE color: 7650222.

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

Color convert

RGB 174 187 116 -
CMYK 0.07 0 0.38 0.27
HSL 70.99º 0.34% 0.59% -
HSV(B) 70.99º 0.38% 0.73% -
XYZ 38.38 45.8 23.34 -
YUV 175.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 174 187 116 0.07 0 0.38 0.27 70.99 0.34 0.59
Hex AE BB 74 7 0 26 1B 47 22 3B
Octal 256 273 164 7 0 46 33 107 42 73
Binary 10101110 10111011 1110100 111 0 100110 11011 1000111 100010 111011

Color Harmonies of #AEBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB74

Black with #AEBB74

Text Example


Text Example

White with #AEBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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