Html Css Color HEX #A07825 Hacienda

📋 copy color: '#A07825'

red 160 ◦ green 120 ◦ blue 37

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

Shades of Hacienda #A07825

Tints of Hacienda #A07825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 50.47%
G = 37.85%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A07825 (or 0xA07825) is known color: Hacienda. HEX triplet: A0, 78 and 25. RGB value is (160,120,37). Sum of RGB (Red+Green+Blue) = 160+120+37=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07825 is #5F87DA. Grayscale: #7A7A7A. Windows color (decimal): -6260699 or 2455712. OLE color: 2455712.

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

Color convert

RGB 160 120 37 -
CMYK 0 0.25 0.77 0.37
HSL 40.49º 0.62% 0.39% -
HSV(B) 40.49º 0.77% 0.63% -
XYZ 21.55 21.04 4.68 -
YUV 122.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 160 120 37 0 0.25 0.77 0.37 40.49 0.62 0.39
Hex A0 78 25 0 19 4D 25 28 3E 27
Octal 240 170 45 0 31 115 45 50 76 47
Binary 10100000 1111000 100101 0 11001 1001101 100101 101000 111110 100111

Color Harmonies of #A07825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07825

Black with #A07825

Text Example


Text Example

White with #A07825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07825; }

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

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

background-color css

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

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

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

border-color css

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

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

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