Html Css Color HEX #AE7D1B Hacienda

📋 copy color: '#AE7D1B'

red 174 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #AE7D1B

Tints of Hacienda #AE7D1B

RGB

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

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

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

R = 53.37%
G = 38.34%
B = 8.28%

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

#AE7D1B (or 0xAE7D1B) is known color: Hacienda. HEX triplet: AE, 7D and 1B. RGB value is (174,125,27). Sum of RGB (Red+Green+Blue) = 174+125+27=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1B is #5182E4. Grayscale: #808080. Windows color (decimal): -5341925 or 1801646. OLE color: 1801646.

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

Color convert

RGB 174 125 27 -
CMYK 0 0.28 0.84 0.32
HSL 40º 0.73% 0.39% -
HSV(B) 40º 0.84% 0.68% -
XYZ 24.99 23.75 4.3 -
YUV 128.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 174 125 27 0 0.28 0.84 0.32 40 0.73 0.39
Hex AE 7D 1B 0 1C 54 20 28 49 27
Octal 256 175 33 0 34 124 40 50 111 47
Binary 10101110 1111101 11011 0 11100 1010100 100000 101000 1001001 100111

Color Harmonies of #AE7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D1B

Black with #AE7D1B

Text Example


Text Example

White with #AE7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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