Html Css Color HEX #AE7F1A Hacienda

📋 copy color: '#AE7F1A'

red 174 ◦ green 127 ◦ blue 26

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

Shades of Hacienda #AE7F1A

Tints of Hacienda #AE7F1A

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

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

R = 53.21%
G = 38.84%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE7F1A (or 0xAE7F1A) is known color: Hacienda. HEX triplet: AE, 7F and 1A. RGB value is (174,127,26). Sum of RGB (Red+Green+Blue) = 174+127+26=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7F1A is #5180E5. Grayscale: #818181. Windows color (decimal): -5341414 or 1736622. OLE color: 1736622.

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

Color convert

RGB 174 127 26 -
CMYK 0 0.27 0.85 0.32
HSL 40.95º 0.74% 0.39% -
HSV(B) 40.95º 0.85% 0.68% -
XYZ 25.23 24.25 4.33 -
YUV 129.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 174 127 26 0 0.27 0.85 0.32 40.95 0.74 0.39
Hex AE 7F 1A 0 1B 55 20 29 4A 27
Octal 256 177 32 0 33 125 40 51 112 47
Binary 10101110 1111111 11010 0 11011 1010101 100000 101001 1001010 100111

Color Harmonies of #AE7F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F1A

Black with #AE7F1A

Text Example


Text Example

White with #AE7F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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