Html Css Color HEX #AEBD73 Caper

📋 copy color: '#AEBD73'

red 174 ◦ green 189 ◦ blue 115

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

Shades of Caper #AEBD73

Tints of Caper #AEBD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 36.4%
G = 39.54%
B = 24.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#AEBD73 (or 0xAEBD73) is known color: Caper. HEX triplet: AE, BD and 73. RGB value is (174,189,115). Sum of RGB (Red+Green+Blue) = 174+189+115=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD73 is #51428C. Grayscale: #B0B0B0. Windows color (decimal): -5325453 or 7585198. OLE color: 7585198.

HSL color Cylindrical-coordinate representation of color #AEBD73: hue angle of 72.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEBD73 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 115 -
CMYK 0.08 0 0.39 0.26
HSL 72.16º 0.36% 0.6% -
HSV(B) 72.16º 0.39% 0.74% -
XYZ 38.75 46.63 23.18 -
YUV 176.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 174 189 115 0.08 0 0.39 0.26 72.16 0.36 0.6
Hex AE BD 73 8 0 27 1A 48 24 3C
Octal 256 275 163 10 0 47 32 110 44 74
Binary 10101110 10111101 1110011 1000 0 100111 11010 1001000 100100 111100

Color Harmonies of #AEBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD73

Black with #AEBD73

Text Example


Text Example

White with #AEBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD73; }

 p { color: rgb(174,189,115); }

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

background-color css

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

 a { background-color: rgb(174,189,115); }

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

border-color css

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

 span { border-color: rgb(174,189,115); }

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