Html Css Color HEX #AEB487 Bud

📋 copy color: '#AEB487'

red 174 ◦ green 180 ◦ blue 135

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

Shades of Bud #AEB487

Tints of Bud #AEB487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 35.58%
G = 36.81%
B = 27.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#AEB487 (or 0xAEB487) is known color: Bud. HEX triplet: AE, B4 and 87. RGB value is (174,180,135). Sum of RGB (Red+Green+Blue) = 174+180+135=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB487 is #514B78. Grayscale: #ADADAD. Windows color (decimal): -5327737 or 8893614. OLE color: 8893614.

HSL color Cylindrical-coordinate representation of color #AEB487: hue angle of 68º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB487 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 135 -
CMYK 0.03 0 0.25 0.29
HSL 68º 0.23% 0.62% -
HSV(B) 68º 0.25% 0.71% -
XYZ 38.15 43.39 29.29 -
YUV 173.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 174 180 135 0.03 0 0.25 0.29 68 0.23 0.62
Hex AE B4 87 3 0 19 1D 44 17 3E
Octal 256 264 207 3 0 31 35 104 27 76
Binary 10101110 10110100 10000111 11 0 11001 11101 1000100 10111 111110

Color Harmonies of #AEB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB487

Black with #AEB487

Text Example


Text Example

White with #AEB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB487; }

 p { color: rgb(174,180,135); }

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

background-color css

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

 a { background-color: rgb(174,180,135); }

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

border-color css

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

 span { border-color: rgb(174,180,135); }

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