Html Css Color HEX #AE7D1A Hacienda

📋 copy color: '#AE7D1A'

red 174 ◦ green 125 ◦ blue 26

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

Shades of Hacienda #AE7D1A

Tints of Hacienda #AE7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 53.54%
G = 38.46%
B = 8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE7D1A (or 0xAE7D1A) is known color: Hacienda. HEX triplet: AE, 7D and 1A. RGB value is (174,125,26). Sum of RGB (Red+Green+Blue) = 174+125+26=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1A is #5182E5. Grayscale: #808080. Windows color (decimal): -5341926 or 1736110. OLE color: 1736110.

HSL color Cylindrical-coordinate representation of color #AE7D1A: hue angle of 40.14º 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 #AE7D1A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 26 -
CMYK 0 0.28 0.85 0.32
HSL 40.14º 0.74% 0.39% -
HSV(B) 40.14º 0.85% 0.68% -
XYZ 24.98 23.74 4.24 -
YUV 128.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 174 125 26 0 0.28 0.85 0.32 40.14 0.74 0.39
Hex AE 7D 1A 0 1C 55 20 28 4A 27
Octal 256 175 32 0 34 125 40 50 112 47
Binary 10101110 1111101 11010 0 11100 1010101 100000 101000 1001010 100111

Color Harmonies of #AE7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D1A

Black with #AE7D1A

Text Example


Text Example

White with #AE7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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