Html Css Color HEX #A3711A Golden Brown

📋 copy color: '#A3711A'

red 163 ◦ green 113 ◦ blue 26

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

Shades of Golden Brown #A3711A

Tints of Golden Brown #A3711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 53.97%
G = 37.42%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3711A (or 0xA3711A) is known color: Golden Brown. HEX triplet: A3, 71 and 1A. RGB value is (163,113,26). Sum of RGB (Red+Green+Blue) = 163+113+26=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3711A is #5C8EE5. Grayscale: #767676. Windows color (decimal): -6065894 or 1733027. OLE color: 1733027.

HSL color Cylindrical-coordinate representation of color #A3711A: hue angle of 38.1º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3711A is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 26 -
CMYK 0 0.31 0.84 0.36
HSL 38.1º 0.72% 0.37% -
HSV(B) 38.1º 0.84% 0.64% -
XYZ 21.2 19.67 3.66 -
YUV 118.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 163 113 26 0 0.31 0.84 0.36 38.1 0.72 0.37
Hex A3 71 1A 0 1F 54 24 26 48 25
Octal 243 161 32 0 37 124 44 46 110 45
Binary 10100011 1110001 11010 0 11111 1010100 100100 100110 1001000 100101

Color Harmonies of #A3711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3711A

Black with #A3711A

Text Example


Text Example

White with #A3711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3711A; }

 p { color: rgb(163,113,26); }

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

background-color css

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

 a { background-color: rgb(163,113,26); }

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

border-color css

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

 span { border-color: rgb(163,113,26); }

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