Html Css Color HEX #A37B13 Hacienda

📋 copy color: '#A37B13'

red 163 ◦ green 123 ◦ blue 19

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

Shades of Hacienda #A37B13

Tints of Hacienda #A37B13

RGB

 RED value IS 163 (64.06% from 255) = 53.44%

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 53.44%
G = 40.33%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A37B13 (or 0xA37B13) is known color: Hacienda. HEX triplet: A3, 7B and 13. RGB value is (163,123,19). Sum of RGB (Red+Green+Blue) = 163+123+19=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B13 is #5C84EC. Grayscale: #7B7B7B. Windows color (decimal): -6063341 or 1276835. OLE color: 1276835.

HSL color Cylindrical-coordinate representation of color #A37B13: hue angle of 43.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A37B13 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 19 -
CMYK 0 0.25 0.88 0.36
HSL 43.33º 0.79% 0.36% -
HSV(B) 43.33º 0.88% 0.64% -
XYZ 22.3 22 3.69 -
YUV 123.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 163 123 19 0 0.25 0.88 0.36 43.33 0.79 0.36
Hex A3 7B 13 0 19 58 24 2B 4F 24
Octal 243 173 23 0 31 130 44 53 117 44
Binary 10100011 1111011 10011 0 11001 1011000 100100 101011 1001111 100100

Color Harmonies of #A37B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B13

Black with #A37B13

Text Example


Text Example

White with #A37B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B13; }

 p { color: rgb(163,123,19); }

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

background-color css

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

 a { background-color: rgb(163,123,19); }

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

border-color css

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

 span { border-color: rgb(163,123,19); }

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