Html Css Color HEX #AEB972 Caper

📋 copy color: '#AEB972'

red 174 ◦ green 185 ◦ blue 114

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

Shades of Caper #AEB972

Tints of Caper #AEB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 36.79%
G = 39.11%
B = 24.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#AEB972 (or 0xAEB972) is known color: Caper. HEX triplet: AE, B9 and 72. RGB value is (174,185,114). Sum of RGB (Red+Green+Blue) = 174+185+114=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB972 is #51468D. Grayscale: #ADADAD. Windows color (decimal): -5326478 or 7518638. OLE color: 7518638.

HSL color Cylindrical-coordinate representation of color #AEB972: hue angle of 69.3º 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 #AEB972 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 114 -
CMYK 0.06 0 0.38 0.27
HSL 69.3º 0.34% 0.59% -
HSV(B) 69.3º 0.38% 0.73% -
XYZ 37.84 44.91 22.59 -
YUV 173.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 174 185 114 0.06 0 0.38 0.27 69.3 0.34 0.59
Hex AE B9 72 6 0 26 1B 45 22 3B
Octal 256 271 162 6 0 46 33 105 42 73
Binary 10101110 10111001 1110010 110 0 100110 11011 1000101 100010 111011

Color Harmonies of #AEB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB972

Black with #AEB972

Text Example


Text Example

White with #AEB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB972; }

 p { color: rgb(174,185,114); }

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

background-color css

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

 a { background-color: rgb(174,185,114); }

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

border-color css

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

 span { border-color: rgb(174,185,114); }

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