Html Css Color HEX #A07C1F Hacienda

📋 copy color: '#A07C1F'

red 160 ◦ green 124 ◦ blue 31

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

Shades of Hacienda #A07C1F

Tints of Hacienda #A07C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 50.79%
G = 39.37%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A07C1F (or 0xA07C1F) is known color: Hacienda. HEX triplet: A0, 7C and 1F. RGB value is (160,124,31). Sum of RGB (Red+Green+Blue) = 160+124+31=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C1F is #5F83E0. Grayscale: #7C7C7C. Windows color (decimal): -6259681 or 2063520. OLE color: 2063520.

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

Color convert

RGB 160 124 31 -
CMYK 0 0.22 0.81 0.37
HSL 43.26º 0.68% 0.37% -
HSV(B) 43.26º 0.81% 0.63% -
XYZ 21.95 21.99 4.38 -
YUV 124.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 160 124 31 0 0.22 0.81 0.37 43.26 0.68 0.37
Hex A0 7C 1F 0 16 51 25 2B 44 25
Octal 240 174 37 0 26 121 45 53 104 45
Binary 10100000 1111100 11111 0 10110 1010001 100101 101011 1000100 100101

Color Harmonies of #A07C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C1F

Black with #A07C1F

Text Example


Text Example

White with #A07C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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