Html Css Color HEX #AE811B Hacienda

📋 copy color: '#AE811B'

red 174 ◦ green 129 ◦ blue 27

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

Shades of Hacienda #AE811B

Tints of Hacienda #AE811B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 52.73%
G = 39.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE811B (or 0xAE811B) is known color: Hacienda. HEX triplet: AE, 81 and 1B. RGB value is (174,129,27). Sum of RGB (Red+Green+Blue) = 174+129+27=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE811B is #517EE4. Grayscale: #838383. Windows color (decimal): -5340901 or 1802670. OLE color: 1802670.

HSL color Cylindrical-coordinate representation of color #AE811B: hue angle of 41.63º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE811B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 27 -
CMYK 0 0.26 0.84 0.32
HSL 41.63º 0.73% 0.39% -
HSV(B) 41.63º 0.84% 0.68% -
XYZ 25.5 24.78 4.48 -
YUV 130.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 174 129 27 0 0.26 0.84 0.32 41.63 0.73 0.39
Hex AE 81 1B 0 1A 54 20 2A 49 27
Octal 256 201 33 0 32 124 40 52 111 47
Binary 10101110 10000001 11011 0 11010 1010100 100000 101010 1001001 100111

Color Harmonies of #AE811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE811B

Black with #AE811B

Text Example


Text Example

White with #AE811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE811B; }

 p { color: rgb(174,129,27); }

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

background-color css

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

 a { background-color: rgb(174,129,27); }

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

border-color css

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

 span { border-color: rgb(174,129,27); }

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