Html Css Color HEX #AE8630 Alpine

📋 copy color: '#AE8630'

red 174 ◦ green 134 ◦ blue 48

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

Shades of Alpine #AE8630

Tints of Alpine #AE8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 48.88%
G = 37.64%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE8630 (or 0xAE8630) is known color: Alpine. HEX triplet: AE, 86 and 30. RGB value is (174,134,48). Sum of RGB (Red+Green+Blue) = 174+134+48=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8630 is #5179CF. Grayscale: #888888. Windows color (decimal): -5339600 or 3180206. OLE color: 3180206.

HSL color Cylindrical-coordinate representation of color #AE8630: hue angle of 40.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE8630 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 48 -
CMYK 0 0.23 0.72 0.32
HSL 40.95º 0.57% 0.44% -
HSV(B) 40.95º 0.72% 0.68% -
XYZ 26.51 26.26 6.47 -
YUV 136.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 174 134 48 0 0.23 0.72 0.32 40.95 0.57 0.44
Hex AE 86 30 0 17 48 20 29 39 2C
Octal 256 206 60 0 27 110 40 51 71 54
Binary 10101110 10000110 110000 0 10111 1001000 100000 101001 111001 101100

Color Harmonies of #AE8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8630

Black with #AE8630

Text Example


Text Example

White with #AE8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8630; }

 p { color: rgb(174,134,48); }

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

background-color css

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

 a { background-color: rgb(174,134,48); }

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

border-color css

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

 span { border-color: rgb(174,134,48); }

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