Html Css Color HEX #AE823C Alpine

📋 copy color: '#AE823C'

red 174 ◦ green 130 ◦ blue 60

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

Shades of Alpine #AE823C

Tints of Alpine #AE823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 47.8%
G = 35.71%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE823C (or 0xAE823C) is known color: Alpine. HEX triplet: AE, 82 and 3C. RGB value is (174,130,60). Sum of RGB (Red+Green+Blue) = 174+130+60=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE823C is #517DC3. Grayscale: #878787. Windows color (decimal): -5340612 or 3965614. OLE color: 3965614.

HSL color Cylindrical-coordinate representation of color #AE823C: hue angle of 36.84º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE823C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 60 -
CMYK 0 0.25 0.66 0.32
HSL 36.84º 0.49% 0.46% -
HSV(B) 36.84º 0.66% 0.68% -
XYZ 26.25 25.29 7.77 -
YUV 135.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 174 130 60 0 0.25 0.66 0.32 36.84 0.49 0.46
Hex AE 82 3C 0 19 42 20 25 31 2E
Octal 256 202 74 0 31 102 40 45 61 56
Binary 10101110 10000010 111100 0 11001 1000010 100000 100101 110001 101110

Color Harmonies of #AE823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE823C

Black with #AE823C

Text Example


Text Example

White with #AE823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE823C; }

 p { color: rgb(174,130,60); }

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

background-color css

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

 a { background-color: rgb(174,130,60); }

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

border-color css

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

 span { border-color: rgb(174,130,60); }

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