Html Css Color HEX #AE841E Hacienda

📋 copy color: '#AE841E'

red 174 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #AE841E

Tints of Hacienda #AE841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 51.79%
G = 39.29%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE841E (or 0xAE841E) is known color: Hacienda. HEX triplet: AE, 84 and 1E. RGB value is (174,132,30). Sum of RGB (Red+Green+Blue) = 174+132+30=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE841E is #517BE1. Grayscale: #858585. Windows color (decimal): -5340130 or 2000046. OLE color: 2000046.

HSL color Cylindrical-coordinate representation of color #AE841E: hue angle of 42.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE841E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 132 30 -
CMYK 0 0.24 0.83 0.32
HSL 42.5º 0.71% 0.4% -
HSV(B) 42.5º 0.83% 0.68% -
XYZ 25.94 25.59 4.8 -
YUV 132.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 174 132 30 0 0.24 0.83 0.32 42.5 0.71 0.4
Hex AE 84 1E 0 18 53 20 2A 47 28
Octal 256 204 36 0 30 123 40 52 107 50
Binary 10101110 10000100 11110 0 11000 1010011 100000 101010 1000111 101000

Color Harmonies of #AE841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE841E

Black with #AE841E

Text Example


Text Example

White with #AE841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE841E; }

 p { color: rgb(174,132,30); }

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

background-color css

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

 a { background-color: rgb(174,132,30); }

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

border-color css

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

 span { border-color: rgb(174,132,30); }

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