Html Css Color HEX #AEB387 Bud

📋 copy color: '#AEB387'

red 174 ◦ green 179 ◦ blue 135

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

Shades of Bud #AEB387

Tints of Bud #AEB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

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

R = 35.66%
G = 36.68%
B = 27.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#AEB387 (or 0xAEB387) is known color: Bud. HEX triplet: AE, B3 and 87. RGB value is (174,179,135). Sum of RGB (Red+Green+Blue) = 174+179+135=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB387 is #514C78. Grayscale: #ACACAC. Windows color (decimal): -5327993 or 8893358. OLE color: 8893358.

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

Color convert

RGB 174 179 135 -
CMYK 0.03 0 0.25 0.30
HSL 66.82º 0.22% 0.62% -
HSV(B) 66.82º 0.25% 0.7% -
XYZ 37.95 42.99 29.22 -
YUV 172.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 174 179 135 0.03 0 0.25 0.30 66.82 0.22 0.62
Hex AE B3 87 3 0 19 1E 43 16 3E
Octal 256 263 207 3 0 31 36 103 26 76
Binary 10101110 10110011 10000111 11 0 11001 11110 1000011 10110 111110

Color Harmonies of #AEB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB387

Black with #AEB387

Text Example


Text Example

White with #AEB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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