Html Css Color HEX #A07E1D Hacienda

📋 copy color: '#A07E1D'

red 160 ◦ green 126 ◦ blue 29

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

Shades of Hacienda #A07E1D

Tints of Hacienda #A07E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 50.79%
G = 40%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A07E1D (or 0xA07E1D) is known color: Hacienda. HEX triplet: A0, 7E and 1D. RGB value is (160,126,29). Sum of RGB (Red+Green+Blue) = 160+126+29=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E1D is #5F81E2. Grayscale: #7D7D7D. Windows color (decimal): -6259171 or 1932960. OLE color: 1932960.

HSL color Cylindrical-coordinate representation of color #A07E1D: hue angle of 44.43º degrees, saturation: 0.69, 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 #A07E1D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 29 -
CMYK 0 0.21 0.82 0.37
HSL 44.43º 0.69% 0.37% -
HSV(B) 44.43º 0.82% 0.63% -
XYZ 22.18 22.48 4.33 -
YUV 125.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 160 126 29 0 0.21 0.82 0.37 44.43 0.69 0.37
Hex A0 7E 1D 0 15 52 25 2C 45 25
Octal 240 176 35 0 25 122 45 54 105 45
Binary 10100000 1111110 11101 0 10101 1010010 100101 101100 1000101 100101

Color Harmonies of #A07E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E1D

Black with #A07E1D

Text Example


Text Example

White with #A07E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E1D; }

 p { color: rgb(160,126,29); }

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

background-color css

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

 a { background-color: rgb(160,126,29); }

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

border-color css

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

 span { border-color: rgb(160,126,29); }

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