Html Css Color HEX #AE821C Hacienda

📋 copy color: '#AE821C'

red 174 ◦ green 130 ◦ blue 28

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

Shades of Hacienda #AE821C

Tints of Hacienda #AE821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 52.41%
G = 39.16%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE821C (or 0xAE821C) is known color: Hacienda. HEX triplet: AE, 82 and 1C. RGB value is (174,130,28). Sum of RGB (Red+Green+Blue) = 174+130+28=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE821C is #517DE3. Grayscale: #838383. Windows color (decimal): -5340644 or 1868462. OLE color: 1868462.

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

Color convert

RGB 174 130 28 -
CMYK 0 0.25 0.84 0.32
HSL 41.92º 0.72% 0.4% -
HSV(B) 41.92º 0.84% 0.68% -
XYZ 25.65 25.05 4.58 -
YUV 131.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 174 130 28 0 0.25 0.84 0.32 41.92 0.72 0.4
Hex AE 82 1C 0 19 54 20 2A 48 28
Octal 256 202 34 0 31 124 40 52 110 50
Binary 10101110 10000010 11100 0 11001 1010100 100000 101010 1001000 101000

Color Harmonies of #AE821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE821C

Black with #AE821C

Text Example


Text Example

White with #AE821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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