Html Css Color HEX #AE7B19 Hacienda

📋 copy color: '#AE7B19'

red 174 ◦ green 123 ◦ blue 25

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

Shades of Hacienda #AE7B19

Tints of Hacienda #AE7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.2%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 54.04%
G = 38.2%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE7B19 (or 0xAE7B19) is known color: Hacienda. HEX triplet: AE, 7B and 19. RGB value is (174,123,25). Sum of RGB (Red+Green+Blue) = 174+123+25=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B19 is #5184E6. Grayscale: #7F7F7F. Windows color (decimal): -5342439 or 1670062. OLE color: 1670062.

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

Color convert

RGB 174 123 25 -
CMYK 0 0.29 0.86 0.32
HSL 39.46º 0.75% 0.39% -
HSV(B) 39.46º 0.86% 0.68% -
XYZ 24.71 23.23 4.1 -
YUV 127.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 174 123 25 0 0.29 0.86 0.32 39.46 0.75 0.39
Hex AE 7B 19 0 1D 56 20 27 4B 27
Octal 256 173 31 0 35 126 40 47 113 47
Binary 10101110 1111011 11001 0 11101 1010110 100000 100111 1001011 100111

Color Harmonies of #AE7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B19

Black with #AE7B19

Text Example


Text Example

White with #AE7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B19; }

 p { color: rgb(174,123,25); }

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

background-color css

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

 a { background-color: rgb(174,123,25); }

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

border-color css

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

 span { border-color: rgb(174,123,25); }

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