Html Css Color HEX #AE811A Hacienda

📋 copy color: '#AE811A'

red 174 ◦ green 129 ◦ blue 26

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

Shades of Hacienda #AE811A

Tints of Hacienda #AE811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 52.89%
G = 39.21%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE811A (or 0xAE811A) is known color: Hacienda. HEX triplet: AE, 81 and 1A. RGB value is (174,129,26). Sum of RGB (Red+Green+Blue) = 174+129+26=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE811A is #517EE5. Grayscale: #838383. Windows color (decimal): -5340902 or 1737134. OLE color: 1737134.

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

Color convert

RGB 174 129 26 -
CMYK 0 0.26 0.85 0.32
HSL 41.76º 0.74% 0.39% -
HSV(B) 41.76º 0.85% 0.68% -
XYZ 25.49 24.77 4.42 -
YUV 130.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 174 129 26 0 0.26 0.85 0.32 41.76 0.74 0.39
Hex AE 81 1A 0 1A 55 20 2A 4A 27
Octal 256 201 32 0 32 125 40 52 112 47
Binary 10101110 10000001 11010 0 11010 1010101 100000 101010 1001010 100111

Color Harmonies of #AE811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE811A

Black with #AE811A

Text Example


Text Example

White with #AE811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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