Html Css Color HEX #A3701C Golden Brown

📋 copy color: '#A3701C'

red 163 ◦ green 112 ◦ blue 28

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

Shades of Golden Brown #A3701C

Tints of Golden Brown #A3701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 53.8%
G = 36.96%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3701C (or 0xA3701C) is known color: Golden Brown. HEX triplet: A3, 70 and 1C. RGB value is (163,112,28). Sum of RGB (Red+Green+Blue) = 163+112+28=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3701C is #5C8FE3. Grayscale: #767676. Windows color (decimal): -6066148 or 1863843. OLE color: 1863843.

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

Color convert

RGB 163 112 28 -
CMYK 0 0.31 0.83 0.36
HSL 37.33º 0.71% 0.37% -
HSV(B) 37.33º 0.83% 0.64% -
XYZ 21.11 19.46 3.74 -
YUV 117.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 163 112 28 0 0.31 0.83 0.36 37.33 0.71 0.37
Hex A3 70 1C 0 1F 53 24 25 47 25
Octal 243 160 34 0 37 123 44 45 107 45
Binary 10100011 1110000 11100 0 11111 1010011 100100 100101 1000111 100101

Color Harmonies of #A3701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3701C

Black with #A3701C

Text Example


Text Example

White with #A3701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3701C; }

 p { color: rgb(163,112,28); }

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

background-color css

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

 a { background-color: rgb(163,112,28); }

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

border-color css

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

 span { border-color: rgb(163,112,28); }

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