Html Css Color HEX #A3601E Golden Brown

📋 copy color: '#A3601E'

red 163 ◦ green 96 ◦ blue 30

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

Shades of Golden Brown #A3601E

Tints of Golden Brown #A3601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 56.4%
G = 33.22%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3601E (or 0xA3601E) is known color: Golden Brown. HEX triplet: A3, 60 and 1E. RGB value is (163,96,30). Sum of RGB (Red+Green+Blue) = 163+96+30=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3601E is #5C9FE1. Grayscale: #6C6C6C. Windows color (decimal): -6070242 or 1990819. OLE color: 1990819.

HSL color Cylindrical-coordinate representation of color #A3601E: hue angle of 29.77º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3601E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 30 -
CMYK 0 0.41 0.82 0.36
HSL 29.77º 0.69% 0.38% -
HSV(B) 29.77º 0.82% 0.64% -
XYZ 19.52 16.25 3.34 -
YUV 108.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 163 96 30 0 0.41 0.82 0.36 29.77 0.69 0.38
Hex A3 60 1E 0 29 52 24 1E 45 26
Octal 243 140 36 0 51 122 44 36 105 46
Binary 10100011 1100000 11110 0 101001 1010010 100100 11110 1000101 100110

Color Harmonies of #A3601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3601E

Black with #A3601E

Text Example


Text Example

White with #A3601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3601E; }

 p { color: rgb(163,96,30); }

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

background-color css

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

 a { background-color: rgb(163,96,30); }

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

border-color css

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

 span { border-color: rgb(163,96,30); }

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