Html Css Color HEX #A47D25 Hacienda

📋 copy color: '#A47D25'

red 164 ◦ green 125 ◦ blue 37

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

Shades of Hacienda #A47D25

Tints of Hacienda #A47D25

RGB

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

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

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

R = 50.31%
G = 38.34%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47D25 (or 0xA47D25) is known color: Hacienda. HEX triplet: A4, 7D and 25. RGB value is (164,125,37). Sum of RGB (Red+Green+Blue) = 164+125+37=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D25 is #5B82DA. Grayscale: #7F7F7F. Windows color (decimal): -5997275 or 2456996. OLE color: 2456996.

HSL color Cylindrical-coordinate representation of color #A47D25: hue angle of 41.57º 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 #A47D25 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 125 37 -
CMYK 0 0.24 0.77 0.36
HSL 41.57º 0.63% 0.39% -
HSV(B) 41.57º 0.77% 0.64% -
XYZ 22.98 22.69 4.92 -
YUV 126.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 164 125 37 0 0.24 0.77 0.36 41.57 0.63 0.39
Hex A4 7D 25 0 18 4D 24 2A 3F 27
Octal 244 175 45 0 30 115 44 52 77 47
Binary 10100100 1111101 100101 0 11000 1001101 100100 101010 111111 100111

Color Harmonies of #A47D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D25

Black with #A47D25

Text Example


Text Example

White with #A47D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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