Html Css Color HEX #A07D12 Hacienda

📋 copy color: '#A07D12'

red 160 ◦ green 125 ◦ blue 18

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

Shades of Hacienda #A07D12

Tints of Hacienda #A07D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 52.81%
G = 41.25%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07D12 (or 0xA07D12) is known color: Hacienda. HEX triplet: A0, 7D and 12. RGB value is (160,125,18). Sum of RGB (Red+Green+Blue) = 160+125+18=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D12 is #5F82ED. Grayscale: #7B7B7B. Windows color (decimal): -6259438 or 1211808. OLE color: 1211808.

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

Color convert

RGB 160 125 18 -
CMYK 0 0.22 0.89 0.37
HSL 45.21º 0.8% 0.35% -
HSV(B) 45.21º 0.89% 0.63% -
XYZ 21.94 22.18 3.7 -
YUV 123.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 160 125 18 0 0.22 0.89 0.37 45.21 0.8 0.35
Hex A0 7D 12 0 16 59 25 2D 50 23
Octal 240 175 22 0 26 131 45 55 120 43
Binary 10100000 1111101 10010 0 10110 1011001 100101 101101 1010000 100011

Color Harmonies of #A07D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D12

Black with #A07D12

Text Example


Text Example

White with #A07D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D12; }

 p { color: rgb(160,125,18); }

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

background-color css

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

 a { background-color: rgb(160,125,18); }

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

border-color css

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

 span { border-color: rgb(160,125,18); }

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