Html Css Color HEX #A07B1C Hacienda

📋 copy color: '#A07B1C'

red 160 ◦ green 123 ◦ blue 28

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

Shades of Hacienda #A07B1C

Tints of Hacienda #A07B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 51.45%
G = 39.55%
B = 9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A07B1C (or 0xA07B1C) is known color: Hacienda. HEX triplet: A0, 7B and 1C. RGB value is (160,123,28). Sum of RGB (Red+Green+Blue) = 160+123+28=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B1C is #5F84E3. Grayscale: #7B7B7B. Windows color (decimal): -6259940 or 1866656. OLE color: 1866656.

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

Color convert

RGB 160 123 28 -
CMYK 0 0.23 0.82 0.37
HSL 43.18º 0.7% 0.37% -
HSV(B) 43.18º 0.83% 0.63% -
XYZ 21.79 21.72 4.14 -
YUV 123.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 160 123 28 0 0.23 0.82 0.37 43.18 0.7 0.37
Hex A0 7B 1C 0 17 52 25 2B 46 25
Octal 240 173 34 0 27 122 45 53 106 45
Binary 10100000 1111011 11100 0 10111 1010010 100101 101011 1000110 100101

Color Harmonies of #A07B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B1C

Black with #A07B1C

Text Example


Text Example

White with #A07B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B1C; }

 p { color: rgb(160,123,28); }

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

background-color css

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

 a { background-color: rgb(160,123,28); }

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

border-color css

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

 span { border-color: rgb(160,123,28); }

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