Html Css Color HEX #AE7D1C Hacienda

📋 copy color: '#AE7D1C'

red 174 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #AE7D1C

Tints of Hacienda #AE7D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 53.21%
G = 38.23%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE7D1C (or 0xAE7D1C) is known color: Hacienda. HEX triplet: AE, 7D and 1C. RGB value is (174,125,28). Sum of RGB (Red+Green+Blue) = 174+125+28=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1C is #5182E3. Grayscale: #818181. Windows color (decimal): -5341924 or 1867182. OLE color: 1867182.

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

Color convert

RGB 174 125 28 -
CMYK 0 0.28 0.84 0.32
HSL 39.86º 0.72% 0.4% -
HSV(B) 39.86º 0.84% 0.68% -
XYZ 25 23.75 4.37 -
YUV 128.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 174 125 28 0 0.28 0.84 0.32 39.86 0.72 0.4
Hex AE 7D 1C 0 1C 54 20 28 48 28
Octal 256 175 34 0 34 124 40 50 110 50
Binary 10101110 1111101 11100 0 11100 1010100 100000 101000 1001000 101000

Color Harmonies of #AE7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D1C

Black with #AE7D1C

Text Example


Text Example

White with #AE7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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