Html Css Color HEX #A07C25 Hacienda

📋 copy color: '#A07C25'

red 160 ◦ green 124 ◦ blue 37

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

Shades of Hacienda #A07C25

Tints of Hacienda #A07C25

RGB

 RED value IS 160 (62.89% from 255) = 49.84%

 GREEN value IS 124 (48.83% from 255) = 38.63%

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

R = 49.84%
G = 38.63%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A07C25 (or 0xA07C25) is known color: Hacienda. HEX triplet: A0, 7C and 25. RGB value is (160,124,37). Sum of RGB (Red+Green+Blue) = 160+124+37=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C25 is #5F83DA. Grayscale: #7D7D7D. Windows color (decimal): -6259675 or 2456736. OLE color: 2456736.

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

Color convert

RGB 160 124 37 -
CMYK 0 0.22 0.77 0.37
HSL 42.44º 0.62% 0.39% -
HSV(B) 42.44º 0.77% 0.63% -
XYZ 22.04 22.02 4.84 -
YUV 124.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 160 124 37 0 0.22 0.77 0.37 42.44 0.62 0.39
Hex A0 7C 25 0 16 4D 25 2A 3E 27
Octal 240 174 45 0 26 115 45 52 76 47
Binary 10100000 1111100 100101 0 10110 1001101 100101 101010 111110 100111

Color Harmonies of #A07C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C25

Black with #A07C25

Text Example


Text Example

White with #A07C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C25; }

 p { color: rgb(160,124,37); }

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

background-color css

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

 a { background-color: rgb(160,124,37); }

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

border-color css

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

 span { border-color: rgb(160,124,37); }

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