Html Css Color HEX #AEB383 Bud

📋 copy color: '#AEB383'

red 174 ◦ green 179 ◦ blue 131

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

Shades of Bud #AEB383

Tints of Bud #AEB383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.07%

R = 35.95%
G = 36.98%
B = 27.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#AEB383 (or 0xAEB383) is known color: Bud. HEX triplet: AE, B3 and 83. RGB value is (174,179,131). Sum of RGB (Red+Green+Blue) = 174+179+131=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB383 is #514C7C. Grayscale: #ACACAC. Windows color (decimal): -5327997 or 8631214. OLE color: 8631214.

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

Color convert

RGB 174 179 131 -
CMYK 0.03 0 0.27 0.30
HSL 66.25º 0.24% 0.61% -
HSV(B) 66.25º 0.27% 0.7% -
XYZ 37.67 42.88 27.76 -
YUV 172.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 174 179 131 0.03 0 0.27 0.30 66.25 0.24 0.61
Hex AE B3 83 3 0 1B 1E 42 18 3D
Octal 256 263 203 3 0 33 36 102 30 75
Binary 10101110 10110011 10000011 11 0 11011 11110 1000010 11000 111101

Color Harmonies of #AEB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB383

Black with #AEB383

Text Example


Text Example

White with #AEB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB383; }

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

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

background-color css

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

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

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

border-color css

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

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

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