Html Css Color HEX #A47E25 Hacienda

📋 copy color: '#A47E25'

red 164 ◦ green 126 ◦ blue 37

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

Shades of Hacienda #A47E25

Tints of Hacienda #A47E25

RGB

 RED value IS 164 (64.45% from 255) = 50.15%

 GREEN value IS 126 (49.61% from 255) = 38.53%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 50.15%
G = 38.53%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47E25 (or 0xA47E25) is known color: Hacienda. HEX triplet: A4, 7E and 25. RGB value is (164,126,37). Sum of RGB (Red+Green+Blue) = 164+126+37=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E25 is #5B81DA. Grayscale: #7F7F7F. Windows color (decimal): -5997019 or 2457252. OLE color: 2457252.

HSL color Cylindrical-coordinate representation of color #A47E25: hue angle of 42.05º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A47E25 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 37 -
CMYK 0 0.23 0.77 0.36
HSL 42.05º 0.63% 0.39% -
HSV(B) 42.05º 0.77% 0.64% -
XYZ 23.1 22.95 4.96 -
YUV 127.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 164 126 37 0 0.23 0.77 0.36 42.05 0.63 0.39
Hex A4 7E 25 0 17 4D 24 2A 3F 27
Octal 244 176 45 0 27 115 44 52 77 47
Binary 10100100 1111110 100101 0 10111 1001101 100100 101010 111111 100111

Color Harmonies of #A47E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E25

Black with #A47E25

Text Example


Text Example

White with #A47E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E25; }

 p { color: rgb(164,126,37); }

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

background-color css

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

 a { background-color: rgb(164,126,37); }

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

border-color css

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

 span { border-color: rgb(164,126,37); }

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