Html Css Color HEX #A3641E Golden Brown

📋 copy color: '#A3641E'

red 163 ◦ green 100 ◦ blue 30

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

Shades of Golden Brown #A3641E

Tints of Golden Brown #A3641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 55.63%
G = 34.13%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3641E (or 0xA3641E) is known color: Golden Brown. HEX triplet: A3, 64 and 1E. RGB value is (163,100,30). Sum of RGB (Red+Green+Blue) = 163+100+30=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3641E is #5C9BE1. Grayscale: #6F6F6F. Windows color (decimal): -6069218 or 1991843. OLE color: 1991843.

HSL color Cylindrical-coordinate representation of color #A3641E: hue angle of 31.58º 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 #A3641E is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 30 -
CMYK 0 0.39 0.82 0.36
HSL 31.58º 0.69% 0.38% -
HSV(B) 31.58º 0.82% 0.64% -
XYZ 19.9 16.99 3.46 -
YUV 110.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 163 100 30 0 0.39 0.82 0.36 31.58 0.69 0.38
Hex A3 64 1E 0 27 52 24 20 45 26
Octal 243 144 36 0 47 122 44 40 105 46
Binary 10100011 1100100 11110 0 100111 1010010 100100 100000 1000101 100110

Color Harmonies of #A3641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3641E

Black with #A3641E

Text Example


Text Example

White with #A3641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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