Html Css Color HEX #AE8622 Hacienda

📋 copy color: '#AE8622'

red 174 ◦ green 134 ◦ blue 34

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

Shades of Hacienda #AE8622

Tints of Hacienda #AE8622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 50.88%
G = 39.18%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE8622 (or 0xAE8622) is known color: Hacienda. HEX triplet: AE, 86 and 22. RGB value is (174,134,34). Sum of RGB (Red+Green+Blue) = 174+134+34=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8622 is #5179DD. Grayscale: #878787. Windows color (decimal): -5339614 or 2262702. OLE color: 2262702.

HSL color Cylindrical-coordinate representation of color #AE8622: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE8622 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 34 -
CMYK 0 0.23 0.80 0.32
HSL 42.86º 0.67% 0.41% -
HSV(B) 42.86º 0.8% 0.68% -
XYZ 26.27 26.16 5.18 -
YUV 134.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 174 134 34 0 0.23 0.80 0.32 42.86 0.67 0.41
Hex AE 86 22 0 17 50 20 2B 43 29
Octal 256 206 42 0 27 120 40 53 103 51
Binary 10101110 10000110 100010 0 10111 1010000 100000 101011 1000011 101001

Color Harmonies of #AE8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8622

Black with #AE8622

Text Example


Text Example

White with #AE8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8622; }

 p { color: rgb(174,134,34); }

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

background-color css

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

 a { background-color: rgb(174,134,34); }

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

border-color css

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

 span { border-color: rgb(174,134,34); }

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